Shades of Conifer #AFDD4C
Tints of Conifer #AFDD4C
RGB
CMYK
RGB Variations
Color information
#AFDD4C (or 0xAFDD4C) is known color: Conifer. HEX triplet: AF, DD and 4C. RGB value is (175,221,76). Sum of RGB (Red+Green+Blue) = 175+221+76=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD4C is #5022B3. Grayscale: #BFBFBF. Windows color (decimal): -5251764 or 5037487. OLE color: 5037487.
HSL color Cylindrical-coordinate representation of color #AFDD4C: hue angle of 79.03º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFDD4C is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 76 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.13 |
| HSL | 79.03º | 0.68% | 0.58% | - |
| HSV(B) | 79.03º | 0.66% | 0.87% | - |
| XYZ | 44.84 | 61.35 | 16.32 | - |
| YUV | 190.72 | 63.26 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 76 | 0.21 | 0 | 0.66 | 0.13 | 79.03 | 0.68 | 0.58 |
| Hex | AF | DD | 4C | 15 | 0 | 42 | D | 4F | 44 | 3A |
| Octal | 257 | 335 | 114 | 25 | 0 | 102 | 15 | 117 | 104 | 72 |
| Binary | 10101111 | 11011101 | 1001100 | 10101 | 0 | 1000010 | 1101 | 1001111 | 1000100 | 111010 |
Color Harmonies of #AFDD4C
Complementary color
Monochromatic Colors of #AFDD4C
Black with #AFDD4C
Text Example
Text Example
White with #AFDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD4C; }
p { color: rgb(175,221,76); }
H1.HeaderClassName
{
color: #AFDD4C;
}
.AnyTagClassName
{
color: #AFDD4C;
}
</style>
background-color css
<style>
a { background-color: #AFDD4C; }
a { background-color: rgb(175,221,76); }
div.DivClassName
{
background-color: #AFDD4C;
}
.BgClassName
{
background-color: #AFDD4C;
}
</style>
border-color css
<style>
span { border-color: #AFDD4C; }
span { border-color: rgb(175,221,76); }
td.TdClassName
{
border-color: #AFDD4C;
}
.TagClassName
{
border-color: #AFDD4C;
}
</style>