Shades of Conifer #AFEA54
Tints of Conifer #AFEA54
RGB
CMYK
RGB Variations
Color information
#AFEA54 (or 0xAFEA54) is known color: Conifer. HEX triplet: AF, EA and 54. RGB value is (175,234,84). Sum of RGB (Red+Green+Blue) = 175+234+84=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA54 is #5015AB. Grayscale: #C7C7C7. Windows color (decimal): -5248428 or 5565103. OLE color: 5565103.
HSL color Cylindrical-coordinate representation of color #AFEA54: hue angle of 83.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFEA54 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 84 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.08 |
| HSL | 83.6º | 0.78% | 0.62% | - |
| HSV(B) | 83.6º | 0.64% | 0.92% | - |
| XYZ | 48.7 | 68.6 | 19.06 | - |
| YUV | 199.26 | 62.95 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 84 | 0.25 | 0 | 0.64 | 0.08 | 83.6 | 0.78 | 0.62 |
| Hex | AF | EA | 54 | 19 | 0 | 40 | 8 | 54 | 4E | 3E |
| Octal | 257 | 352 | 124 | 31 | 0 | 100 | 10 | 124 | 116 | 76 |
| Binary | 10101111 | 11101010 | 1010100 | 11001 | 0 | 1000000 | 1000 | 1010100 | 1001110 | 111110 |
Color Harmonies of #AFEA54
Complementary color
Monochromatic Colors of #AFEA54
Black with #AFEA54
Text Example
Text Example
White with #AFEA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA54; }
p { color: rgb(175,234,84); }
H1.HeaderClassName
{
color: #AFEA54;
}
.AnyTagClassName
{
color: #AFEA54;
}
</style>
background-color css
<style>
a { background-color: #AFEA54; }
a { background-color: rgb(175,234,84); }
div.DivClassName
{
background-color: #AFEA54;
}
.BgClassName
{
background-color: #AFEA54;
}
</style>
border-color css
<style>
span { border-color: #AFEA54; }
span { border-color: rgb(175,234,84); }
td.TdClassName
{
border-color: #AFEA54;
}
.TagClassName
{
border-color: #AFEA54;
}
</style>