Shades of Conifer #AFFE54
Tints of Conifer #AFFE54
RGB
CMYK
RGB Variations
Color information
#AFFE54 (or 0xAFFE54) is known color: Conifer. HEX triplet: AF, FE and 54. RGB value is (175,254,84). Sum of RGB (Red+Green+Blue) = 175+254+84=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFE54 is #5001AB. Grayscale: #D3D3D3. Windows color (decimal): -5243308 or 5570223. OLE color: 5570223.
HSL color Cylindrical-coordinate representation of color #AFFE54: hue angle of 87.88º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFFE54 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 84 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.00 |
| HSL | 87.88º | 0.99% | 0.66% | - |
| HSV(B) | 87.88º | 0.67% | 1% | - |
| XYZ | 54.72 | 80.64 | 21.07 | - |
| YUV | 211 | 56.33 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 84 | 0.31 | 0 | 0.67 | 0.00 | 87.88 | 0.99 | 0.66 |
| Hex | AF | FE | 54 | 1F | 0 | 43 | 0 | 58 | 63 | 42 |
| Octal | 257 | 376 | 124 | 37 | 0 | 103 | 0 | 130 | 143 | 102 |
| Binary | 10101111 | 11111110 | 1010100 | 11111 | 0 | 1000011 | 0 | 1011000 | 1100011 | 1000010 |
Color Harmonies of #AFFE54
Complementary color
Monochromatic Colors of #AFFE54
Black with #AFFE54
Text Example
Text Example
White with #AFFE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFE54; }
p { color: rgb(175,254,84); }
H1.HeaderClassName
{
color: #AFFE54;
}
.AnyTagClassName
{
color: #AFFE54;
}
</style>
background-color css
<style>
a { background-color: #AFFE54; }
a { background-color: rgb(175,254,84); }
div.DivClassName
{
background-color: #AFFE54;
}
.BgClassName
{
background-color: #AFFE54;
}
</style>
border-color css
<style>
span { border-color: #AFFE54; }
span { border-color: rgb(175,254,84); }
td.TdClassName
{
border-color: #AFFE54;
}
.TagClassName
{
border-color: #AFFE54;
}
</style>