Shades of Conifer #AFFF54
Tints of Conifer #AFFF54
RGB
CMYK
RGB Variations
Color information
#AFFF54 (or 0xAFFF54) is known color: Conifer. HEX triplet: AF, FF and 54. RGB value is (175,255,84). Sum of RGB (Red+Green+Blue) = 175+255+84=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF54 is #5000AB. Grayscale: #D4D4D4. Windows color (decimal): -5243052 or 5570479. OLE color: 5570479.
HSL color Cylindrical-coordinate representation of color #AFFF54: hue angle of 88.07º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFFF54 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 84 | - |
| CMYK | 0.31 | 0 | 0.67 | 0 |
| HSL | 88.07º | 1% | 0.66% | - |
| HSV(B) | 88.07º | 0.67% | 1% | - |
| XYZ | 55.04 | 81.27 | 21.17 | - |
| YUV | 211.59 | 56 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 84 | 0.31 | 0 | 0.67 | 0 | 88.07 | 1 | 0.66 |
| Hex | AF | FF | 54 | 1F | 0 | 43 | 0 | 58 | 64 | 42 |
| Octal | 257 | 377 | 124 | 37 | 0 | 103 | 0 | 130 | 144 | 102 |
| Binary | 10101111 | 11111111 | 1010100 | 11111 | 0 | 1000011 | 0 | 1011000 | 1100100 | 1000010 |
Color Harmonies of #AFFF54
Complementary color
Monochromatic Colors of #AFFF54
Black with #AFFF54
Text Example
Text Example
White with #AFFF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF54; }
p { color: rgb(175,255,84); }
H1.HeaderClassName
{
color: #AFFF54;
}
.AnyTagClassName
{
color: #AFFF54;
}
</style>
background-color css
<style>
a { background-color: #AFFF54; }
a { background-color: rgb(175,255,84); }
div.DivClassName
{
background-color: #AFFF54;
}
.BgClassName
{
background-color: #AFFF54;
}
</style>
border-color css
<style>
span { border-color: #AFFF54; }
span { border-color: rgb(175,255,84); }
td.TdClassName
{
border-color: #AFFF54;
}
.TagClassName
{
border-color: #AFFF54;
}
</style>