Shades of Chelsea Cucumber #90C051
Tints of Chelsea Cucumber #90C051
RGB
CMYK
RGB Variations
Color information
#90C051 (or 0x90C051) is known color: Chelsea Cucumber. HEX triplet: 90, C0 and 51. RGB value is (144,192,81). Sum of RGB (Red+Green+Blue) = 144+192+81=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #90C051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C051 is #6F3FAE. Grayscale: #A5A5A5. Windows color (decimal): -7290799 or 5357712. OLE color: 5357712.
HSL color Cylindrical-coordinate representation of color #90C051: hue angle of 85.95º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #90C051 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 81 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.25 |
| HSL | 85.95º | 0.47% | 0.54% | - |
| HSV(B) | 85.95º | 0.58% | 0.75% | - |
| XYZ | 31.84 | 44.22 | 14.64 | - |
| YUV | 164.99 | 80.6 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 81 | 0.25 | 0 | 0.58 | 0.25 | 85.95 | 0.47 | 0.54 |
| Hex | 90 | C0 | 51 | 19 | 0 | 3A | 19 | 56 | 2F | 36 |
| Octal | 220 | 300 | 121 | 31 | 0 | 72 | 31 | 126 | 57 | 66 |
| Binary | 10010000 | 11000000 | 1010001 | 11001 | 0 | 111010 | 11001 | 1010110 | 101111 | 110110 |
Color Harmonies of #90C051
Complementary color
Monochromatic Colors of #90C051
Black with #90C051
Text Example
Text Example
White with #90C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C051; }
p { color: rgb(144,192,81); }
H1.HeaderClassName
{
color: #90C051;
}
.AnyTagClassName
{
color: #90C051;
}
</style>
background-color css
<style>
a { background-color: #90C051; }
a { background-color: rgb(144,192,81); }
div.DivClassName
{
background-color: #90C051;
}
.BgClassName
{
background-color: #90C051;
}
</style>
border-color css
<style>
span { border-color: #90C051; }
span { border-color: rgb(144,192,81); }
td.TdClassName
{
border-color: #90C051;
}
.TagClassName
{
border-color: #90C051;
}
</style>