Shades of Conifer #AFFF55
Tints of Conifer #AFFF55
RGB
CMYK
RGB Variations
Color information
#AFFF55 (or 0xAFFF55) is known color: Conifer. HEX triplet: AF, FF and 55. RGB value is (175,255,85). Sum of RGB (Red+Green+Blue) = 175+255+85=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF55 is #5000AA. Grayscale: #D4D4D4. Windows color (decimal): -5243051 or 5636015. OLE color: 5636015.
HSL color Cylindrical-coordinate representation of color #AFFF55: hue angle of 88.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFFF55 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 85 | - |
| CMYK | 0.31 | 0 | 0.67 | 0 |
| HSL | 88.24º | 1% | 0.67% | - |
| HSV(B) | 88.24º | 0.67% | 1% | - |
| XYZ | 55.08 | 81.29 | 21.38 | - |
| YUV | 211.7 | 56.5 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 85 | 0.31 | 0 | 0.67 | 0 | 88.24 | 1 | 0.67 |
| Hex | AF | FF | 55 | 1F | 0 | 43 | 0 | 58 | 64 | 43 |
| Octal | 257 | 377 | 125 | 37 | 0 | 103 | 0 | 130 | 144 | 103 |
| Binary | 10101111 | 11111111 | 1010101 | 11111 | 0 | 1000011 | 0 | 1011000 | 1100100 | 1000011 |
Color Harmonies of #AFFF55
Complementary color
Monochromatic Colors of #AFFF55
Black with #AFFF55
Text Example
Text Example
White with #AFFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF55; }
p { color: rgb(175,255,85); }
H1.HeaderClassName
{
color: #AFFF55;
}
.AnyTagClassName
{
color: #AFFF55;
}
</style>
background-color css
<style>
a { background-color: #AFFF55; }
a { background-color: rgb(175,255,85); }
div.DivClassName
{
background-color: #AFFF55;
}
.BgClassName
{
background-color: #AFFF55;
}
</style>
border-color css
<style>
span { border-color: #AFFF55; }
span { border-color: rgb(175,255,85); }
td.TdClassName
{
border-color: #AFFF55;
}
.TagClassName
{
border-color: #AFFF55;
}
</style>