Shades of Conifer #AFDD5F
Tints of Conifer #AFDD5F
RGB
CMYK
RGB Variations
Color information
#AFDD5F (or 0xAFDD5F) is known color: Conifer. HEX triplet: AF, DD and 5F. RGB value is (175,221,95). Sum of RGB (Red+Green+Blue) = 175+221+95=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD5F is #5022A0. Grayscale: #C1C1C1. Windows color (decimal): -5251745 or 6282671. OLE color: 6282671.
HSL color Cylindrical-coordinate representation of color #AFDD5F: hue angle of 81.9º 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 #AFDD5F is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 95 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.13 |
| HSL | 81.9º | 0.65% | 0.62% | - |
| HSV(B) | 81.9º | 0.57% | 0.87% | - |
| XYZ | 45.6 | 61.65 | 20.32 | - |
| YUV | 192.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 95 | 0.21 | 0 | 0.57 | 0.13 | 81.9 | 0.65 | 0.62 |
| Hex | AF | DD | 5F | 15 | 0 | 39 | D | 52 | 41 | 3E |
| Octal | 257 | 335 | 137 | 25 | 0 | 71 | 15 | 122 | 101 | 76 |
| Binary | 10101111 | 11011101 | 1011111 | 10101 | 0 | 111001 | 1101 | 1010010 | 1000001 | 111110 |
Color Harmonies of #AFDD5F
Complementary color
Monochromatic Colors of #AFDD5F
Black with #AFDD5F
Text Example
Text Example
White with #AFDD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD5F; }
p { color: rgb(175,221,95); }
H1.HeaderClassName
{
color: #AFDD5F;
}
.AnyTagClassName
{
color: #AFDD5F;
}
</style>
background-color css
<style>
a { background-color: #AFDD5F; }
a { background-color: rgb(175,221,95); }
div.DivClassName
{
background-color: #AFDD5F;
}
.BgClassName
{
background-color: #AFDD5F;
}
</style>
border-color css
<style>
span { border-color: #AFDD5F; }
span { border-color: rgb(175,221,95); }
td.TdClassName
{
border-color: #AFDD5F;
}
.TagClassName
{
border-color: #AFDD5F;
}
</style>