Shades of Conifer #AFDB3E
Tints of Conifer #AFDB3E
RGB
CMYK
RGB Variations
Color information
#AFDB3E (or 0xAFDB3E) is known color: Conifer. HEX triplet: AF, DB and 3E. RGB value is (175,219,62). Sum of RGB (Red+Green+Blue) = 175+219+62=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB3E is #5024C1. Grayscale: #BCBCBC. Windows color (decimal): -5252290 or 4119471. OLE color: 4119471.
HSL color Cylindrical-coordinate representation of color #AFDB3E: hue angle of 76.82º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFDB3E is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 62 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.14 |
| HSL | 76.82º | 0.69% | 0.55% | - |
| HSV(B) | 76.82º | 0.72% | 0.86% | - |
| XYZ | 43.88 | 60.12 | 13.85 | - |
| YUV | 187.95 | 56.92 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 62 | 0.20 | 0 | 0.72 | 0.14 | 76.82 | 0.69 | 0.55 |
| Hex | AF | DB | 3E | 14 | 0 | 48 | E | 4D | 45 | 37 |
| Octal | 257 | 333 | 76 | 24 | 0 | 110 | 16 | 115 | 105 | 67 |
| Binary | 10101111 | 11011011 | 111110 | 10100 | 0 | 1001000 | 1110 | 1001101 | 1000101 | 110111 |
Color Harmonies of #AFDB3E
Complementary color
Monochromatic Colors of #AFDB3E
Black with #AFDB3E
Text Example
Text Example
White with #AFDB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB3E; }
p { color: rgb(175,219,62); }
H1.HeaderClassName
{
color: #AFDB3E;
}
.AnyTagClassName
{
color: #AFDB3E;
}
</style>
background-color css
<style>
a { background-color: #AFDB3E; }
a { background-color: rgb(175,219,62); }
div.DivClassName
{
background-color: #AFDB3E;
}
.BgClassName
{
background-color: #AFDB3E;
}
</style>
border-color css
<style>
span { border-color: #AFDB3E; }
span { border-color: rgb(175,219,62); }
td.TdClassName
{
border-color: #AFDB3E;
}
.TagClassName
{
border-color: #AFDB3E;
}
</style>