Shades of Chelsea Cucumber #90C04E
Tints of Chelsea Cucumber #90C04E
RGB
CMYK
RGB Variations
Color information
#90C04E (or 0x90C04E) is known color: Chelsea Cucumber. HEX triplet: 90, C0 and 4E. RGB value is (144,192,78). Sum of RGB (Red+Green+Blue) = 144+192+78=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #90C04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C04E is #6F3FB1. Grayscale: #A5A5A5. Windows color (decimal): -7290802 or 5161104. OLE color: 5161104.
HSL color Cylindrical-coordinate representation of color #90C04E: hue angle of 85.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #90C04E is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 78 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.25 |
| HSL | 85.26º | 0.48% | 0.53% | - |
| HSV(B) | 85.26º | 0.59% | 0.75% | - |
| XYZ | 31.73 | 44.18 | 14.06 | - |
| YUV | 164.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 78 | 0.25 | 0 | 0.59 | 0.25 | 85.26 | 0.48 | 0.53 |
| Hex | 90 | C0 | 4E | 19 | 0 | 3B | 19 | 55 | 30 | 35 |
| Octal | 220 | 300 | 116 | 31 | 0 | 73 | 31 | 125 | 60 | 65 |
| Binary | 10010000 | 11000000 | 1001110 | 11001 | 0 | 111011 | 11001 | 1010101 | 110000 | 110101 |
Color Harmonies of #90C04E
Complementary color
Monochromatic Colors of #90C04E
Black with #90C04E
Text Example
Text Example
White with #90C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C04E; }
p { color: rgb(144,192,78); }
H1.HeaderClassName
{
color: #90C04E;
}
.AnyTagClassName
{
color: #90C04E;
}
</style>
background-color css
<style>
a { background-color: #90C04E; }
a { background-color: rgb(144,192,78); }
div.DivClassName
{
background-color: #90C04E;
}
.BgClassName
{
background-color: #90C04E;
}
</style>
border-color css
<style>
span { border-color: #90C04E; }
span { border-color: rgb(144,192,78); }
td.TdClassName
{
border-color: #90C04E;
}
.TagClassName
{
border-color: #90C04E;
}
</style>