#AFFD40

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

Shades of Green Yellow #AFFD40

Tints of Green Yellow #AFFD40

Color information

#AFFD40 (or 0xAFFD40) is unknown color: approx Green Yellow. HEX triplet: AF, FD and 40. RGB value is (175,253,64). Sum of RGB (Red+Green+Blue) = 175+253+64=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFD40 is #5002BF. Grayscale: #D0D0D0. Windows color (decimal): -5243584 or 4259247. OLE color: 4259247.

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

Color convert

RGB17525364-
CMYK0.3100.750.01
HSL84.76º97.93%62.16%-
HSV(B)84.76º74.7%99.22%-
XYZ53.7379.7317.41-
YUV208.1346.66104.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 253 (99.22% from 255) = 51.42%
BLUE value IS 64 (25.39% from 255) = 13.01%
R=35.57%
G=51.42%
B=13.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal175253640.3100.750.0184.7697.9362.16
HexAFFD401F04B155623e
Octal257375100370113112514276
Binary101011111111110110000001111101001011110101011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD40; }

 p { color: rgb(175,253,64); }

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

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

 a { background-color: rgb(175,253,64); }

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

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

 span { border-color: rgb(175,253,64); }

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