Shades of Conifer #ABEE4B
Tints of Conifer #ABEE4B
RGB
CMYK
RGB Variations
Color information
#ABEE4B (or 0xABEE4B) is known color: Conifer. HEX triplet: AB, EE and 4B. RGB value is (171,238,75). Sum of RGB (Red+Green+Blue) = 171+238+75=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEE4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEE4B is #5411B4. Grayscale: #C7C7C7. Windows color (decimal): -5509557 or 4976299. OLE color: 4976299.
HSL color Cylindrical-coordinate representation of color #ABEE4B: hue angle of 84.66º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABEE4B is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 75 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.07 |
| HSL | 84.66º | 0.83% | 0.61% | - |
| HSV(B) | 84.66º | 0.68% | 0.93% | - |
| XYZ | 48.64 | 70.31 | 17.67 | - |
| YUV | 199.39 | 57.8 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 75 | 0.28 | 0 | 0.68 | 0.07 | 84.66 | 0.83 | 0.61 |
| Hex | AB | EE | 4B | 1C | 0 | 44 | 7 | 55 | 53 | 3D |
| Octal | 253 | 356 | 113 | 34 | 0 | 104 | 7 | 125 | 123 | 75 |
| Binary | 10101011 | 11101110 | 1001011 | 11100 | 0 | 1000100 | 111 | 1010101 | 1010011 | 111101 |
Color Harmonies of #ABEE4B
Complementary color
Monochromatic Colors of #ABEE4B
Black with #ABEE4B
Text Example
Text Example
White with #ABEE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEE4B; }
p { color: rgb(171,238,75); }
H1.HeaderClassName
{
color: #ABEE4B;
}
.AnyTagClassName
{
color: #ABEE4B;
}
</style>
background-color css
<style>
a { background-color: #ABEE4B; }
a { background-color: rgb(171,238,75); }
div.DivClassName
{
background-color: #ABEE4B;
}
.BgClassName
{
background-color: #ABEE4B;
}
</style>
border-color css
<style>
span { border-color: #ABEE4B; }
span { border-color: rgb(171,238,75); }
td.TdClassName
{
border-color: #ABEE4B;
}
.TagClassName
{
border-color: #ABEE4B;
}
</style>