#ADFB40

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

Shades of Green Yellow #ADFB40

Tints of Green Yellow #ADFB40

Color information

#ADFB40 (or 0xADFB40) is unknown color: approx Green Yellow. HEX triplet: AD, FB and 40. RGB value is (173,251,64). Sum of RGB (Red+Green+Blue) = 173+251+64=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFB40 is #5204BF. Grayscale: #CFCFCF. Windows color (decimal): -5375168 or 4258733. OLE color: 4258733.

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

Color convert

RGB17325164-
CMYK0.3100.750.02
HSL85.03º95.9%61.76%-
HSV(B)85.03º74.5%98.43%-
XYZ52.6678.2517.18-
YUV206.3647.66104.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 251 (98.44% from 255) = 51.43%
BLUE value IS 64 (25.39% from 255) = 13.11%
R=35.45%
G=51.43%
B=13.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal173251640.3100.750.0285.0395.961.76
HexADFB401F04B255603e
Octal255373100370113212514076
Binary1010110111111011100000011111010010111010101011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFB40; }

 p { color: rgb(173,251,64); }

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

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

 a { background-color: rgb(173,251,64); }

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

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

 span { border-color: rgb(173,251,64); }

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