Shades of Conifer #90EF59
Tints of Conifer #90EF59
RGB
CMYK
RGB Variations
Color information
#90EF59 (or 0x90EF59) is known color: Conifer. HEX triplet: 90, EF and 59. RGB value is (144,239,89). Sum of RGB (Red+Green+Blue) = 144+239+89=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #90EF59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EF59 is #6F10A6. Grayscale: #C1C1C1. Windows color (decimal): -7278759 or 5894032. OLE color: 5894032.
HSL color Cylindrical-coordinate representation of color #90EF59: hue angle of 98º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90EF59 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 89 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.06 |
| HSL | 98º | 0.82% | 0.64% | - |
| HSV(B) | 98º | 0.63% | 0.94% | - |
| XYZ | 44.17 | 68.38 | 20.32 | - |
| YUV | 193.5 | 69.03 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 89 | 0.40 | 0 | 0.63 | 0.06 | 98 | 0.82 | 0.64 |
| Hex | 90 | EF | 59 | 28 | 0 | 3F | 6 | 62 | 52 | 40 |
| Octal | 220 | 357 | 131 | 50 | 0 | 77 | 6 | 142 | 122 | 100 |
| Binary | 10010000 | 11101111 | 1011001 | 101000 | 0 | 111111 | 110 | 1100010 | 1010010 | 1000000 |
Color Harmonies of #90EF59
Complementary color
Monochromatic Colors of #90EF59
Black with #90EF59
Text Example
Text Example
White with #90EF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EF59; }
p { color: rgb(144,239,89); }
H1.HeaderClassName
{
color: #90EF59;
}
.AnyTagClassName
{
color: #90EF59;
}
</style>
background-color css
<style>
a { background-color: #90EF59; }
a { background-color: rgb(144,239,89); }
div.DivClassName
{
background-color: #90EF59;
}
.BgClassName
{
background-color: #90EF59;
}
</style>
border-color css
<style>
span { border-color: #90EF59; }
span { border-color: rgb(144,239,89); }
td.TdClassName
{
border-color: #90EF59;
}
.TagClassName
{
border-color: #90EF59;
}
</style>