Shades of Conifer #AFDA5E
Tints of Conifer #AFDA5E
RGB
CMYK
RGB Variations
Color information
#AFDA5E (or 0xAFDA5E) is known color: Conifer. HEX triplet: AF, DA and 5E. RGB value is (175,218,94). Sum of RGB (Red+Green+Blue) = 175+218+94=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA5E is #5025A1. Grayscale: #BFBFBF. Windows color (decimal): -5252514 or 6216367. OLE color: 6216367.
HSL color Cylindrical-coordinate representation of color #AFDA5E: hue angle of 80.81º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFDA5E is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 94 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.15 |
| HSL | 80.81º | 0.63% | 0.61% | - |
| HSV(B) | 80.81º | 0.57% | 0.85% | - |
| XYZ | 44.77 | 60.06 | 19.82 | - |
| YUV | 191.01 | 73.25 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 94 | 0.20 | 0 | 0.57 | 0.15 | 80.81 | 0.63 | 0.61 |
| Hex | AF | DA | 5E | 14 | 0 | 39 | F | 51 | 3F | 3D |
| Octal | 257 | 332 | 136 | 24 | 0 | 71 | 17 | 121 | 77 | 75 |
| Binary | 10101111 | 11011010 | 1011110 | 10100 | 0 | 111001 | 1111 | 1010001 | 111111 | 111101 |
Color Harmonies of #AFDA5E
Complementary color
Monochromatic Colors of #AFDA5E
Black with #AFDA5E
Text Example
Text Example
White with #AFDA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA5E; }
p { color: rgb(175,218,94); }
H1.HeaderClassName
{
color: #AFDA5E;
}
.AnyTagClassName
{
color: #AFDA5E;
}
</style>
background-color css
<style>
a { background-color: #AFDA5E; }
a { background-color: rgb(175,218,94); }
div.DivClassName
{
background-color: #AFDA5E;
}
.BgClassName
{
background-color: #AFDA5E;
}
</style>
border-color css
<style>
span { border-color: #AFDA5E; }
span { border-color: rgb(175,218,94); }
td.TdClassName
{
border-color: #AFDA5E;
}
.TagClassName
{
border-color: #AFDA5E;
}
</style>