Shades of Conifer #ABEF44
Tints of Conifer #ABEF44
RGB
CMYK
RGB Variations
Color information
#ABEF44 (or 0xABEF44) is known color: Conifer. HEX triplet: AB, EF and 44. RGB value is (171,239,68). Sum of RGB (Red+Green+Blue) = 171+239+68=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEF44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEF44 is #5410BB. Grayscale: #C7C7C7. Windows color (decimal): -5509308 or 4517803. OLE color: 4517803.
HSL color Cylindrical-coordinate representation of color #ABEF44: hue angle of 83.86º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABEF44 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 68 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.06 |
| HSL | 83.86º | 0.84% | 0.6% | - |
| HSV(B) | 83.86º | 0.72% | 0.94% | - |
| XYZ | 48.7 | 70.81 | 16.57 | - |
| YUV | 199.17 | 53.97 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 68 | 0.28 | 0 | 0.72 | 0.06 | 83.86 | 0.84 | 0.6 |
| Hex | AB | EF | 44 | 1C | 0 | 48 | 6 | 54 | 54 | 3C |
| Octal | 253 | 357 | 104 | 34 | 0 | 110 | 6 | 124 | 124 | 74 |
| Binary | 10101011 | 11101111 | 1000100 | 11100 | 0 | 1001000 | 110 | 1010100 | 1010100 | 111100 |
Color Harmonies of #ABEF44
Complementary color
Monochromatic Colors of #ABEF44
Black with #ABEF44
Text Example
Text Example
White with #ABEF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEF44; }
p { color: rgb(171,239,68); }
H1.HeaderClassName
{
color: #ABEF44;
}
.AnyTagClassName
{
color: #ABEF44;
}
</style>
background-color css
<style>
a { background-color: #ABEF44; }
a { background-color: rgb(171,239,68); }
div.DivClassName
{
background-color: #ABEF44;
}
.BgClassName
{
background-color: #ABEF44;
}
</style>
border-color css
<style>
span { border-color: #ABEF44; }
span { border-color: rgb(171,239,68); }
td.TdClassName
{
border-color: #ABEF44;
}
.TagClassName
{
border-color: #ABEF44;
}
</style>