#AFDB61

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

Shades of Conifer #AFDB61

Tints of Conifer #AFDB61

Color information

#AFDB61 (or 0xAFDB61) is unknown color: approx Conifer. HEX triplet: AF, DB and 61. RGB value is (175,219,97). Sum of RGB (Red+Green+Blue) = 175+219+97=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB61 is #50249E. Grayscale: #C0C0C0. Windows color (decimal): -5252255 or 6413231. OLE color: 6413231.

HSL color Cylindrical-coordinate representation of color #AFDB61: hue angle of 81.64º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFDB61 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB17521997-
CMYK0.2000.560.14
HSL81.64º62.89%61.96%-
HSV(B)81.64º55.71%85.88%-
XYZ45.1760.6420.63-
YUV191.9474.42115.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 219 (85.94% from 255) = 44.60%
BLUE value IS 97 (38.28% from 255) = 19.76%
R=35.64%
G=44.60%
B=19.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal175219970.2000.560.1481.6462.8961.96
HexAFDB6114038E523f3e
Octal25733314124070161227776
Binary1010111111011011110000110100011100011101010010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDB61; }

 p { color: rgb(175,219,97); }

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

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

 a { background-color: rgb(175,219,97); }

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

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

 span { border-color: rgb(175,219,97); }

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