Shades of Conifer #AFDD4E
Tints of Conifer #AFDD4E
RGB
CMYK
RGB Variations
Color information
#AFDD4E (or 0xAFDD4E) is known color: Conifer. HEX triplet: AF, DD and 4E. RGB value is (175,221,78). Sum of RGB (Red+Green+Blue) = 175+221+78=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD4E is #5022B1. Grayscale: #BFBFBF. Windows color (decimal): -5251762 or 5168559. OLE color: 5168559.
HSL color Cylindrical-coordinate representation of color #AFDD4E: hue angle of 79.3º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFDD4E is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 78 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.13 |
| HSL | 79.3º | 0.68% | 0.59% | - |
| HSV(B) | 79.3º | 0.65% | 0.87% | - |
| XYZ | 44.91 | 61.38 | 16.69 | - |
| YUV | 190.94 | 64.26 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 78 | 0.21 | 0 | 0.65 | 0.13 | 79.3 | 0.68 | 0.59 |
| Hex | AF | DD | 4E | 15 | 0 | 41 | D | 4F | 44 | 3B |
| Octal | 257 | 335 | 116 | 25 | 0 | 101 | 15 | 117 | 104 | 73 |
| Binary | 10101111 | 11011101 | 1001110 | 10101 | 0 | 1000001 | 1101 | 1001111 | 1000100 | 111011 |
Color Harmonies of #AFDD4E
Complementary color
Monochromatic Colors of #AFDD4E
Black with #AFDD4E
Text Example
Text Example
White with #AFDD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD4E; }
p { color: rgb(175,221,78); }
H1.HeaderClassName
{
color: #AFDD4E;
}
.AnyTagClassName
{
color: #AFDD4E;
}
</style>
background-color css
<style>
a { background-color: #AFDD4E; }
a { background-color: rgb(175,221,78); }
div.DivClassName
{
background-color: #AFDD4E;
}
.BgClassName
{
background-color: #AFDD4E;
}
</style>
border-color css
<style>
span { border-color: #AFDD4E; }
span { border-color: rgb(175,221,78); }
td.TdClassName
{
border-color: #AFDD4E;
}
.TagClassName
{
border-color: #AFDD4E;
}
</style>