#ADFC4B

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

Shades of Green Yellow #ADFC4B

Tints of Green Yellow #ADFC4B

Color information

#ADFC4B (or 0xADFC4B) is unknown color: approx Green Yellow. HEX triplet: AD, FC and 4B. RGB value is (173,252,75). Sum of RGB (Red+Green+Blue) = 173+252+75=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFC4B is #5203B4. Grayscale: #D0D0D0. Windows color (decimal): -5374901 or 4979885. OLE color: 4979885.

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

Color convert

RGB17325275-
CMYK0.3100.700.01
HSL86.78º96.72%64.12%-
HSV(B)86.78º70.24%98.82%-
XYZ53.3179.0119.1-
YUV208.252.83102.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 252 (98.83% from 255) = 50.4%
BLUE value IS 75 (29.69% from 255) = 15%
R=34.6%
G=50.4%
B=15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal173252750.3100.700.0186.7896.7264.12
HexADFC4B1F0461576140
Octal2553741133701061127141100
Binary1010110111111100100101111111010001101101011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFC4B; }

 p { color: rgb(173,252,75); }

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

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

 a { background-color: rgb(173,252,75); }

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

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

 span { border-color: rgb(173,252,75); }

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