Shades of Conifer #ABE752
Tints of Conifer #ABE752
RGB
CMYK
RGB Variations
Color information
#ABE752 (or 0xABE752) is known color: Conifer. HEX triplet: AB, E7 and 52. RGB value is (171,231,82). Sum of RGB (Red+Green+Blue) = 171+231+82=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #ABE752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE752 is #5418AD. Grayscale: #C4C4C4. Windows color (decimal): -5511342 or 5433259. OLE color: 5433259.
HSL color Cylindrical-coordinate representation of color #ABE752: hue angle of 84.16º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABE752 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 231 | 82 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.09 |
| HSL | 84.16º | 0.76% | 0.61% | - |
| HSV(B) | 84.16º | 0.65% | 0.91% | - |
| XYZ | 46.89 | 66.42 | 18.33 | - |
| YUV | 196.07 | 63.62 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 231 | 82 | 0.26 | 0 | 0.65 | 0.09 | 84.16 | 0.76 | 0.61 |
| Hex | AB | E7 | 52 | 1A | 0 | 41 | 9 | 54 | 4C | 3D |
| Octal | 253 | 347 | 122 | 32 | 0 | 101 | 11 | 124 | 114 | 75 |
| Binary | 10101011 | 11100111 | 1010010 | 11010 | 0 | 1000001 | 1001 | 1010100 | 1001100 | 111101 |
Color Harmonies of #ABE752
Complementary color
Monochromatic Colors of #ABE752
Black with #ABE752
Text Example
Text Example
White with #ABE752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE752; }
p { color: rgb(171,231,82); }
H1.HeaderClassName
{
color: #ABE752;
}
.AnyTagClassName
{
color: #ABE752;
}
</style>
background-color css
<style>
a { background-color: #ABE752; }
a { background-color: rgb(171,231,82); }
div.DivClassName
{
background-color: #ABE752;
}
.BgClassName
{
background-color: #ABE752;
}
</style>
border-color css
<style>
span { border-color: #ABE752; }
span { border-color: rgb(171,231,82); }
td.TdClassName
{
border-color: #ABE752;
}
.TagClassName
{
border-color: #ABE752;
}
</style>