Shades of Conifer #AFEE54
Tints of Conifer #AFEE54
RGB
CMYK
RGB Variations
Color information
#AFEE54 (or 0xAFEE54) is known color: Conifer. HEX triplet: AF, EE and 54. RGB value is (175,238,84). Sum of RGB (Red+Green+Blue) = 175+238+84=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE54 is #5011AB. Grayscale: #CACACA. Windows color (decimal): -5247404 or 5566127. OLE color: 5566127.
HSL color Cylindrical-coordinate representation of color #AFEE54: hue angle of 84.55º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFEE54 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 84 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.07 |
| HSL | 84.55º | 0.82% | 0.63% | - |
| HSV(B) | 84.55º | 0.65% | 0.93% | - |
| XYZ | 49.85 | 70.9 | 19.45 | - |
| YUV | 201.61 | 61.63 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 84 | 0.26 | 0 | 0.65 | 0.07 | 84.55 | 0.82 | 0.63 |
| Hex | AF | EE | 54 | 1A | 0 | 41 | 7 | 55 | 52 | 3F |
| Octal | 257 | 356 | 124 | 32 | 0 | 101 | 7 | 125 | 122 | 77 |
| Binary | 10101111 | 11101110 | 1010100 | 11010 | 0 | 1000001 | 111 | 1010101 | 1010010 | 111111 |
Color Harmonies of #AFEE54
Complementary color
Monochromatic Colors of #AFEE54
Black with #AFEE54
Text Example
Text Example
White with #AFEE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEE54; }
p { color: rgb(175,238,84); }
H1.HeaderClassName
{
color: #AFEE54;
}
.AnyTagClassName
{
color: #AFEE54;
}
</style>
background-color css
<style>
a { background-color: #AFEE54; }
a { background-color: rgb(175,238,84); }
div.DivClassName
{
background-color: #AFEE54;
}
.BgClassName
{
background-color: #AFEE54;
}
</style>
border-color css
<style>
span { border-color: #AFEE54; }
span { border-color: rgb(175,238,84); }
td.TdClassName
{
border-color: #AFEE54;
}
.TagClassName
{
border-color: #AFEE54;
}
</style>