#AFDE40

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

Shades of Conifer #AFDE40

Tints of Conifer #AFDE40

Color information

#AFDE40 (or 0xAFDE40) is unknown color: approx Conifer. HEX triplet: AF, DE and 40. RGB value is (175,222,64). Sum of RGB (Red+Green+Blue) = 175+222+64=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDE40 is #5021BF. Grayscale: #BEBEBE. Windows color (decimal): -5251520 or 4251311. OLE color: 4251311.

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

Color convert

RGB17522264-
CMYK0.2100.710.13
HSL77.85º70.54%56.08%-
HSV(B)77.85º71.17%87.06%-
XYZ44.7361.7314.41-
YUV189.9356.93117.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 222 (87.11% from 255) = 48.16%
BLUE value IS 64 (25.39% from 255) = 13.88%
R=37.96%
G=48.16%
B=13.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175222640.2100.710.1377.8570.5456.08
HexAFDE4015047D4e4738
Octal2573361002501071511610770
Binary101011111101111010000001010101000111110110011101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDE40; }

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

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

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

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

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

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

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

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