Shades of Conifer #AFDA4A
Tints of Conifer #AFDA4A
RGB
CMYK
RGB Variations
Color information
#AFDA4A (or 0xAFDA4A) is known color: Conifer. HEX triplet: AF, DA and 4A. RGB value is (175,218,74). Sum of RGB (Red+Green+Blue) = 175+218+74=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA4A is #5025B5. Grayscale: #BDBDBD. Windows color (decimal): -5252534 or 4905647. OLE color: 4905647.
HSL color Cylindrical-coordinate representation of color #AFDA4A: hue angle of 77.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFDA4A is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 74 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.15 |
| HSL | 77.92º | 0.66% | 0.57% | - |
| HSV(B) | 77.92º | 0.66% | 0.85% | - |
| XYZ | 43.99 | 59.75 | 15.69 | - |
| YUV | 188.73 | 63.25 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 74 | 0.20 | 0 | 0.66 | 0.15 | 77.92 | 0.66 | 0.57 |
| Hex | AF | DA | 4A | 14 | 0 | 42 | F | 4E | 42 | 39 |
| Octal | 257 | 332 | 112 | 24 | 0 | 102 | 17 | 116 | 102 | 71 |
| Binary | 10101111 | 11011010 | 1001010 | 10100 | 0 | 1000010 | 1111 | 1001110 | 1000010 | 111001 |
Color Harmonies of #AFDA4A
Complementary color
Monochromatic Colors of #AFDA4A
Black with #AFDA4A
Text Example
Text Example
White with #AFDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA4A; }
p { color: rgb(175,218,74); }
H1.HeaderClassName
{
color: #AFDA4A;
}
.AnyTagClassName
{
color: #AFDA4A;
}
</style>
background-color css
<style>
a { background-color: #AFDA4A; }
a { background-color: rgb(175,218,74); }
div.DivClassName
{
background-color: #AFDA4A;
}
.BgClassName
{
background-color: #AFDA4A;
}
</style>
border-color css
<style>
span { border-color: #AFDA4A; }
span { border-color: rgb(175,218,74); }
td.TdClassName
{
border-color: #AFDA4A;
}
.TagClassName
{
border-color: #AFDA4A;
}
</style>