Shades of Conifer #AFEB55
Tints of Conifer #AFEB55
RGB
CMYK
RGB Variations
Color information
#AFEB55 (or 0xAFEB55) is known color: Conifer. HEX triplet: AF, EB and 55. RGB value is (175,235,85). Sum of RGB (Red+Green+Blue) = 175+235+85=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEB55 is #5014AA. Grayscale: #C8C8C8. Windows color (decimal): -5248171 or 5630895. OLE color: 5630895.
HSL color Cylindrical-coordinate representation of color #AFEB55: hue angle of 84º degrees, saturation: 0.79, 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 #AFEB55 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 85 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.08 |
| HSL | 84º | 0.79% | 0.63% | - |
| HSV(B) | 84º | 0.64% | 0.92% | - |
| XYZ | 49.03 | 69.19 | 19.36 | - |
| YUV | 199.96 | 63.12 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 85 | 0.26 | 0 | 0.64 | 0.08 | 84 | 0.79 | 0.63 |
| Hex | AF | EB | 55 | 1A | 0 | 40 | 8 | 54 | 4F | 3F |
| Octal | 257 | 353 | 125 | 32 | 0 | 100 | 10 | 124 | 117 | 77 |
| Binary | 10101111 | 11101011 | 1010101 | 11010 | 0 | 1000000 | 1000 | 1010100 | 1001111 | 111111 |
Color Harmonies of #AFEB55
Complementary color
Monochromatic Colors of #AFEB55
Black with #AFEB55
Text Example
Text Example
White with #AFEB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEB55; }
p { color: rgb(175,235,85); }
H1.HeaderClassName
{
color: #AFEB55;
}
.AnyTagClassName
{
color: #AFEB55;
}
</style>
background-color css
<style>
a { background-color: #AFEB55; }
a { background-color: rgb(175,235,85); }
div.DivClassName
{
background-color: #AFEB55;
}
.BgClassName
{
background-color: #AFEB55;
}
</style>
border-color css
<style>
span { border-color: #AFEB55; }
span { border-color: rgb(175,235,85); }
td.TdClassName
{
border-color: #AFEB55;
}
.TagClassName
{
border-color: #AFEB55;
}
</style>