#AFDE42

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

Shades of Conifer #AFDE42

Tints of Conifer #AFDE42

Color information

#AFDE42 (or 0xAFDE42) is unknown color: approx Conifer. HEX triplet: AF, DE and 42. RGB value is (175,222,66). Sum of RGB (Red+Green+Blue) = 175+222+66=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDE42 is #5021BD. Grayscale: #BEBEBE. Windows color (decimal): -5251518 or 4382383. OLE color: 4382383.

HSL color Cylindrical-coordinate representation of color #AFDE42: hue angle of 78.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFDE42 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB17522266-
CMYK0.2100.700.13
HSL78.08º70.27%56.47%-
HSV(B)78.08º70.27%87.06%-
XYZ44.7861.7514.71-
YUV190.1657.93117.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 222 (87.11% from 255) = 47.95%
BLUE value IS 66 (26.17% from 255) = 14.25%
R=37.80%
G=47.95%
B=14.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175222660.2100.700.1378.0870.2756.47
HexAFDE4215046D4e4638
Octal2573361022501061511610670
Binary101011111101111010000101010101000110110110011101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDE42; }

 p { color: rgb(175,222,66); }

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

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

 a { background-color: rgb(175,222,66); }

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

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

 span { border-color: rgb(175,222,66); }

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