Shades of Chelsea Cucumber #90BE50
Tints of Chelsea Cucumber #90BE50
RGB
CMYK
RGB Variations
Color information
#90BE50 (or 0x90BE50) is known color: Chelsea Cucumber. HEX triplet: 90, BE and 50. RGB value is (144,190,80). Sum of RGB (Red+Green+Blue) = 144+190+80=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BE50 is #6F41AF. Grayscale: #A4A4A4. Windows color (decimal): -7291312 or 5291664. OLE color: 5291664.
HSL color Cylindrical-coordinate representation of color #90BE50: hue angle of 85.09º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #90BE50 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 190 | 80 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.25 |
| HSL | 85.09º | 0.46% | 0.53% | - |
| HSV(B) | 85.09º | 0.58% | 0.75% | - |
| XYZ | 31.36 | 43.34 | 14.3 | - |
| YUV | 163.71 | 80.76 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 80 | 0.24 | 0 | 0.58 | 0.25 | 85.09 | 0.46 | 0.53 |
| Hex | 90 | BE | 50 | 18 | 0 | 3A | 19 | 55 | 2E | 35 |
| Octal | 220 | 276 | 120 | 30 | 0 | 72 | 31 | 125 | 56 | 65 |
| Binary | 10010000 | 10111110 | 1010000 | 11000 | 0 | 111010 | 11001 | 1010101 | 101110 | 110101 |
Color Harmonies of #90BE50
Complementary color
Monochromatic Colors of #90BE50
Black with #90BE50
Text Example
Text Example
White with #90BE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BE50; }
p { color: rgb(144,190,80); }
H1.HeaderClassName
{
color: #90BE50;
}
.AnyTagClassName
{
color: #90BE50;
}
</style>
background-color css
<style>
a { background-color: #90BE50; }
a { background-color: rgb(144,190,80); }
div.DivClassName
{
background-color: #90BE50;
}
.BgClassName
{
background-color: #90BE50;
}
</style>
border-color css
<style>
span { border-color: #90BE50; }
span { border-color: rgb(144,190,80); }
td.TdClassName
{
border-color: #90BE50;
}
.TagClassName
{
border-color: #90BE50;
}
</style>