#AFE76F

Color #AFE76F Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #AFE76F

Tints of Sulu #AFE76F

Color information

#AFE76F (or 0xAFE76F) is unknown color: approx Sulu. HEX triplet: AF, E7 and 6F. RGB value is (175,231,111). Sum of RGB (Red+Green+Blue) = 175+231+111=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE76F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE76F is #501890. Grayscale: #C9C9C9. Windows color (decimal): -5249169 or 7333807. OLE color: 7333807.

HSL color Cylindrical-coordinate representation of color #AFE76F: hue angle of 88º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFE76F is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB175231111-
CMYK0.2400.520.09
HSL88º71.43%67.06%-
HSV(B)88º51.95%90.59%-
XYZ49.1267.4125.46-
YUV200.5877.45109.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 231 (90.62% from 255) = 44.68%
BLUE value IS 111 (43.75% from 255) = 21.47%
R=33.85%
G=44.68%
B=21.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752311110.2400.520.098871.4367.06
HexAFE76F180349584743
Octal2573471573006411130107103
Binary101011111110011111011111100001101001001101100010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE76F; }

 p { color: rgb(175,231,111); }

 H1.HeaderClassName
 {
   color: #AFE76F;
 }
 .AnyTagClassName
 {
   color: #AFE76F;
 }
</style>
background-color css

<style>
 a { background-color: #AFE76F; }

 a { background-color: rgb(175,231,111); }

 div.DivClassName
 {
   background-color: #AFE76F;
 }
 .BgClassName
 {
   background-color: #AFE76F;
 }
</style>
border-color css

<style>
 span { border-color: #AFE76F; }

 span { border-color: rgb(175,231,111); }

 td.TdClassName
 {
   border-color: #AFE76F;
 }
 .TagClassName
 {
   border-color: #AFE76F;
 }
</style>