#AFFB37

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

Shades of Green Yellow #AFFB37

Tints of Green Yellow #AFFB37

Color information

#AFFB37 (or 0xAFFB37) is unknown color: approx Green Yellow. HEX triplet: AF, FB and 37. RGB value is (175,251,55). Sum of RGB (Red+Green+Blue) = 175+251+55=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 55 (21.88% from 255 or 11.43% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFB37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFB37 is #5004C8. Grayscale: #CECECE. Windows color (decimal): -5244105 or 3668911. OLE color: 3668911.

HSL color Cylindrical-coordinate representation of color #AFFB37: hue angle of 83.27º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFFB37 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB17525155-
CMYK0.3000.780.02
HSL83.27º96.08%60%-
HSV(B)83.27º78.09%98.43%-
XYZ52.8778.3815.96-
YUV205.9342.82105.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 251 (98.44% from 255) = 52.18%
BLUE value IS 55 (21.88% from 255) = 11.43%
R=36.38%
G=52.18%
B=11.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175251550.3000.780.0283.2796.0860
HexAFFB371E04E253603c
Octal25737367360116212314074
Binary101011111111101111011111110010011101010100111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFB37; }

 p { color: rgb(175,251,55); }

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

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

 a { background-color: rgb(175,251,55); }

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

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

 span { border-color: rgb(175,251,55); }

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