#AFFB4C

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

Shades of Green Yellow #AFFB4C

Tints of Green Yellow #AFFB4C

Color information

#AFFB4C (or 0xAFFB4C) is unknown color: approx Green Yellow. HEX triplet: AF, FB and 4C. RGB value is (175,251,76). Sum of RGB (Red+Green+Blue) = 175+251+76=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 76 (30.08% from 255 or 15.14% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFB4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFB4C is #5004B3. Grayscale: #D0D0D0. Windows color (decimal): -5244084 or 5045167. OLE color: 5045167.

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

Color convert

RGB17525176-
CMYK0.3000.700.02
HSL86.06º95.63%64.12%-
HSV(B)86.06º69.72%98.43%-
XYZ53.4878.6319.2-
YUV208.3353.32104.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 251 (98.44% from 255) = 50%
BLUE value IS 76 (30.08% from 255) = 15.14%
R=34.86%
G=50%
B=15.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175251760.3000.700.0286.0695.6364.12
HexAFFB4C1E0462566040
Octal2573731143601062126140100
Binary10101111111110111001100111100100011010101011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFB4C; }

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

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

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

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

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

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

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

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