Shades of Conifer #AFDA4C
Tints of Conifer #AFDA4C
RGB
CMYK
RGB Variations
Color information
#AFDA4C (or 0xAFDA4C) is known color: Conifer. HEX triplet: AF, DA and 4C. RGB value is (175,218,76). Sum of RGB (Red+Green+Blue) = 175+218+76=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA4C is #5025B3. Grayscale: #BDBDBD. Windows color (decimal): -5252532 or 5036719. OLE color: 5036719.
HSL color Cylindrical-coordinate representation of color #AFDA4C: hue angle of 78.17º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFDA4C is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 76 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.15 |
| HSL | 78.17º | 0.66% | 0.58% | - |
| HSV(B) | 78.17º | 0.65% | 0.85% | - |
| XYZ | 44.06 | 59.78 | 16.05 | - |
| YUV | 188.96 | 64.25 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 76 | 0.20 | 0 | 0.65 | 0.15 | 78.17 | 0.66 | 0.58 |
| Hex | AF | DA | 4C | 14 | 0 | 41 | F | 4E | 42 | 3A |
| Octal | 257 | 332 | 114 | 24 | 0 | 101 | 17 | 116 | 102 | 72 |
| Binary | 10101111 | 11011010 | 1001100 | 10100 | 0 | 1000001 | 1111 | 1001110 | 1000010 | 111010 |
Color Harmonies of #AFDA4C
Complementary color
Monochromatic Colors of #AFDA4C
Black with #AFDA4C
Text Example
Text Example
White with #AFDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA4C; }
p { color: rgb(175,218,76); }
H1.HeaderClassName
{
color: #AFDA4C;
}
.AnyTagClassName
{
color: #AFDA4C;
}
</style>
background-color css
<style>
a { background-color: #AFDA4C; }
a { background-color: rgb(175,218,76); }
div.DivClassName
{
background-color: #AFDA4C;
}
.BgClassName
{
background-color: #AFDA4C;
}
</style>
border-color css
<style>
span { border-color: #AFDA4C; }
span { border-color: rgb(175,218,76); }
td.TdClassName
{
border-color: #AFDA4C;
}
.TagClassName
{
border-color: #AFDA4C;
}
</style>