Shades of Conifer #AFDD5E
Tints of Conifer #AFDD5E
RGB
CMYK
RGB Variations
Color information
#AFDD5E (or 0xAFDD5E) is known color: Conifer. HEX triplet: AF, DD and 5E. RGB value is (175,221,94). Sum of RGB (Red+Green+Blue) = 175+221+94=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD5E is #5022A1. Grayscale: #C1C1C1. Windows color (decimal): -5251746 or 6217135. OLE color: 6217135.
HSL color Cylindrical-coordinate representation of color #AFDD5E: hue angle of 81.73º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFDD5E is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 94 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.13 |
| HSL | 81.73º | 0.65% | 0.62% | - |
| HSV(B) | 81.73º | 0.57% | 0.87% | - |
| XYZ | 45.56 | 61.64 | 20.09 | - |
| YUV | 192.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 94 | 0.21 | 0 | 0.57 | 0.13 | 81.73 | 0.65 | 0.62 |
| Hex | AF | DD | 5E | 15 | 0 | 39 | D | 52 | 41 | 3E |
| Octal | 257 | 335 | 136 | 25 | 0 | 71 | 15 | 122 | 101 | 76 |
| Binary | 10101111 | 11011101 | 1011110 | 10101 | 0 | 111001 | 1101 | 1010010 | 1000001 | 111110 |
Color Harmonies of #AFDD5E
Complementary color
Monochromatic Colors of #AFDD5E
Black with #AFDD5E
Text Example
Text Example
White with #AFDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD5E; }
p { color: rgb(175,221,94); }
H1.HeaderClassName
{
color: #AFDD5E;
}
.AnyTagClassName
{
color: #AFDD5E;
}
</style>
background-color css
<style>
a { background-color: #AFDD5E; }
a { background-color: rgb(175,221,94); }
div.DivClassName
{
background-color: #AFDD5E;
}
.BgClassName
{
background-color: #AFDD5E;
}
</style>
border-color css
<style>
span { border-color: #AFDD5E; }
span { border-color: rgb(175,221,94); }
td.TdClassName
{
border-color: #AFDD5E;
}
.TagClassName
{
border-color: #AFDD5E;
}
</style>