Shades of Conifer #AFED55
Tints of Conifer #AFED55
RGB
CMYK
RGB Variations
Color information
#AFED55 (or 0xAFED55) is known color: Conifer. HEX triplet: AF, ED and 55. RGB value is (175,237,85). Sum of RGB (Red+Green+Blue) = 175+237+85=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFED55 is #5012AA. Grayscale: #C9C9C9. Windows color (decimal): -5247659 or 5631407. OLE color: 5631407.
HSL color Cylindrical-coordinate representation of color #AFED55: hue angle of 84.47º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFED55 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 85 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.07 |
| HSL | 84.47º | 0.81% | 0.63% | - |
| HSV(B) | 84.47º | 0.64% | 0.93% | - |
| XYZ | 49.6 | 70.34 | 19.56 | - |
| YUV | 201.13 | 62.46 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 85 | 0.26 | 0 | 0.64 | 0.07 | 84.47 | 0.81 | 0.63 |
| Hex | AF | ED | 55 | 1A | 0 | 40 | 7 | 54 | 51 | 3F |
| Octal | 257 | 355 | 125 | 32 | 0 | 100 | 7 | 124 | 121 | 77 |
| Binary | 10101111 | 11101101 | 1010101 | 11010 | 0 | 1000000 | 111 | 1010100 | 1010001 | 111111 |
Color Harmonies of #AFED55
Complementary color
Monochromatic Colors of #AFED55
Black with #AFED55
Text Example
Text Example
White with #AFED55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFED55; }
p { color: rgb(175,237,85); }
H1.HeaderClassName
{
color: #AFED55;
}
.AnyTagClassName
{
color: #AFED55;
}
</style>
background-color css
<style>
a { background-color: #AFED55; }
a { background-color: rgb(175,237,85); }
div.DivClassName
{
background-color: #AFED55;
}
.BgClassName
{
background-color: #AFED55;
}
</style>
border-color css
<style>
span { border-color: #AFED55; }
span { border-color: rgb(175,237,85); }
td.TdClassName
{
border-color: #AFED55;
}
.TagClassName
{
border-color: #AFED55;
}
</style>