Shades of Conifer #AFEA55
Tints of Conifer #AFEA55
RGB
CMYK
RGB Variations
Color information
#AFEA55 (or 0xAFEA55) is known color: Conifer. HEX triplet: AF, EA and 55. RGB value is (175,234,85). Sum of RGB (Red+Green+Blue) = 175+234+85=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA55 is #5015AA. Grayscale: #C7C7C7. Windows color (decimal): -5248427 or 5630639. OLE color: 5630639.
HSL color Cylindrical-coordinate representation of color #AFEA55: hue angle of 83.76º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFEA55 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 85 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.08 |
| HSL | 83.76º | 0.78% | 0.63% | - |
| HSV(B) | 83.76º | 0.64% | 0.92% | - |
| XYZ | 48.74 | 68.62 | 19.27 | - |
| YUV | 199.37 | 63.45 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 85 | 0.25 | 0 | 0.64 | 0.08 | 83.76 | 0.78 | 0.63 |
| Hex | AF | EA | 55 | 19 | 0 | 40 | 8 | 54 | 4E | 3F |
| Octal | 257 | 352 | 125 | 31 | 0 | 100 | 10 | 124 | 116 | 77 |
| Binary | 10101111 | 11101010 | 1010101 | 11001 | 0 | 1000000 | 1000 | 1010100 | 1001110 | 111111 |
Color Harmonies of #AFEA55
Complementary color
Monochromatic Colors of #AFEA55
Black with #AFEA55
Text Example
Text Example
White with #AFEA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA55; }
p { color: rgb(175,234,85); }
H1.HeaderClassName
{
color: #AFEA55;
}
.AnyTagClassName
{
color: #AFEA55;
}
</style>
background-color css
<style>
a { background-color: #AFEA55; }
a { background-color: rgb(175,234,85); }
div.DivClassName
{
background-color: #AFEA55;
}
.BgClassName
{
background-color: #AFEA55;
}
</style>
border-color css
<style>
span { border-color: #AFEA55; }
span { border-color: rgb(175,234,85); }
td.TdClassName
{
border-color: #AFEA55;
}
.TagClassName
{
border-color: #AFEA55;
}
</style>