Shades of Conifer #AFCD4E
Tints of Conifer #AFCD4E
RGB
CMYK
RGB Variations
Color information
#AFCD4E (or 0xAFCD4E) is known color: Conifer. HEX triplet: AF, CD and 4E. RGB value is (175,205,78). Sum of RGB (Red+Green+Blue) = 175+205+78=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD4E is #5032B1. Grayscale: #B6B6B6. Windows color (decimal): -5255858 or 5164463. OLE color: 5164463.
HSL color Cylindrical-coordinate representation of color #AFCD4E: hue angle of 74.17º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFCD4E is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 78 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.20 |
| HSL | 74.17º | 0.56% | 0.55% | - |
| HSV(B) | 74.17º | 0.62% | 0.8% | - |
| XYZ | 40.89 | 53.33 | 15.35 | - |
| YUV | 181.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 78 | 0.15 | 0 | 0.62 | 0.20 | 74.17 | 0.56 | 0.55 |
| Hex | AF | CD | 4E | F | 0 | 3E | 14 | 4A | 38 | 37 |
| Octal | 257 | 315 | 116 | 17 | 0 | 76 | 24 | 112 | 70 | 67 |
| Binary | 10101111 | 11001101 | 1001110 | 1111 | 0 | 111110 | 10100 | 1001010 | 111000 | 110111 |
Color Harmonies of #AFCD4E
Complementary color
Monochromatic Colors of #AFCD4E
Black with #AFCD4E
Text Example
Text Example
White with #AFCD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD4E; }
p { color: rgb(175,205,78); }
H1.HeaderClassName
{
color: #AFCD4E;
}
.AnyTagClassName
{
color: #AFCD4E;
}
</style>
background-color css
<style>
a { background-color: #AFCD4E; }
a { background-color: rgb(175,205,78); }
div.DivClassName
{
background-color: #AFCD4E;
}
.BgClassName
{
background-color: #AFCD4E;
}
</style>
border-color css
<style>
span { border-color: #AFCD4E; }
span { border-color: rgb(175,205,78); }
td.TdClassName
{
border-color: #AFCD4E;
}
.TagClassName
{
border-color: #AFCD4E;
}
</style>