#AFDB49

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

Shades of Conifer #AFDB49

Tints of Conifer #AFDB49

Color information

#AFDB49 (or 0xAFDB49) is unknown color: approx Conifer. HEX triplet: AF, DB and 49. RGB value is (175,219,73). Sum of RGB (Red+Green+Blue) = 175+219+73=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB49 is #5024B6. Grayscale: #BDBDBD. Windows color (decimal): -5252279 or 4840367. OLE color: 4840367.

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

Color convert

RGB17521973-
CMYK0.2000.670.14
HSL78.08º66.97%57.25%-
HSV(B)78.08º66.67%85.88%-
XYZ44.2160.2615.6-
YUV189.262.42117.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 219 (85.94% from 255) = 46.90%
BLUE value IS 73 (28.91% from 255) = 15.63%
R=37.47%
G=46.90%
B=15.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal175219730.2000.670.1478.0866.9757.25
HexAFDB4914043E4e4339
Octal2573331112401031611610371
Binary101011111101101110010011010001000011111010011101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDB49; }

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

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

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

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

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

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

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

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