#AFFC37

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

Shades of Green Yellow #AFFC37

Tints of Green Yellow #AFFC37

Color information

#AFFC37 (or 0xAFFC37) is unknown color: approx Green Yellow. HEX triplet: AF, FC and 37. RGB value is (175,252,55). Sum of RGB (Red+Green+Blue) = 175+252+55=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 55 (21.88% from 255 or 11.41% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFC37 is #5003C8. Grayscale: #CFCFCF. Windows color (decimal): -5243849 or 3669167. OLE color: 3669167.

HSL color Cylindrical-coordinate representation of color #AFFC37: hue angle of 83.45º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFFC37 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB17525255-
CMYK0.3100.780.01
HSL83.45º97.04%60.2%-
HSV(B)83.45º78.17%98.82%-
XYZ53.1879.0116.06-
YUV206.5242.49105.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 252 (98.83% from 255) = 52.28%
BLUE value IS 55 (21.88% from 255) = 11.41%
R=36.31%
G=52.28%
B=11.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal175252550.3100.780.0183.4597.0460.2
HexAFFC371F04E153613c
Octal25737467370116112314174
Binary10101111111111001101111111101001110110100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFC37; }

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

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

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

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

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

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

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

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