Shades of Conifer #AFDD42
Tints of Conifer #AFDD42
RGB
CMYK
RGB Variations
Color information
#AFDD42 (or 0xAFDD42) is known color: Conifer. HEX triplet: AF, DD and 42. RGB value is (175,221,66). Sum of RGB (Red+Green+Blue) = 175+221+66=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD42 is #5022BD. Grayscale: #BEBEBE. Windows color (decimal): -5251774 or 4382127. OLE color: 4382127.
HSL color Cylindrical-coordinate representation of color #AFDD42: hue angle of 77.81º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFDD42 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 66 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.13 |
| HSL | 77.81º | 0.7% | 0.56% | - |
| HSV(B) | 77.81º | 0.7% | 0.87% | - |
| XYZ | 44.52 | 61.22 | 14.62 | - |
| YUV | 189.58 | 58.26 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 66 | 0.21 | 0 | 0.70 | 0.13 | 77.81 | 0.7 | 0.56 |
| Hex | AF | DD | 42 | 15 | 0 | 46 | D | 4E | 46 | 38 |
| Octal | 257 | 335 | 102 | 25 | 0 | 106 | 15 | 116 | 106 | 70 |
| Binary | 10101111 | 11011101 | 1000010 | 10101 | 0 | 1000110 | 1101 | 1001110 | 1000110 | 111000 |
Color Harmonies of #AFDD42
Complementary color
Monochromatic Colors of #AFDD42
Black with #AFDD42
Text Example
Text Example
White with #AFDD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD42; }
p { color: rgb(175,221,66); }
H1.HeaderClassName
{
color: #AFDD42;
}
.AnyTagClassName
{
color: #AFDD42;
}
</style>
background-color css
<style>
a { background-color: #AFDD42; }
a { background-color: rgb(175,221,66); }
div.DivClassName
{
background-color: #AFDD42;
}
.BgClassName
{
background-color: #AFDD42;
}
</style>
border-color css
<style>
span { border-color: #AFDD42; }
span { border-color: rgb(175,221,66); }
td.TdClassName
{
border-color: #AFDD42;
}
.TagClassName
{
border-color: #AFDD42;
}
</style>