Shades of Chelsea Cucumber #90BF4D
Tints of Chelsea Cucumber #90BF4D
RGB
CMYK
RGB Variations
Color information
#90BF4D (or 0x90BF4D) is known color: Chelsea Cucumber. HEX triplet: 90, BF and 4D. RGB value is (144,191,77). Sum of RGB (Red+Green+Blue) = 144+191+77=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BF4D is #6F40B2. Grayscale: #A4A4A4. Windows color (decimal): -7291059 or 5095312. OLE color: 5095312.
HSL color Cylindrical-coordinate representation of color #90BF4D: hue angle of 84.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90BF4D is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 77 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.25 |
| HSL | 84.74º | 0.47% | 0.53% | - |
| HSV(B) | 84.74º | 0.6% | 0.75% | - |
| XYZ | 31.47 | 43.73 | 13.8 | - |
| YUV | 163.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 77 | 0.25 | 0 | 0.60 | 0.25 | 84.74 | 0.47 | 0.53 |
| Hex | 90 | BF | 4D | 19 | 0 | 3C | 19 | 55 | 2F | 35 |
| Octal | 220 | 277 | 115 | 31 | 0 | 74 | 31 | 125 | 57 | 65 |
| Binary | 10010000 | 10111111 | 1001101 | 11001 | 0 | 111100 | 11001 | 1010101 | 101111 | 110101 |
Color Harmonies of #90BF4D
Complementary color
Monochromatic Colors of #90BF4D
Black with #90BF4D
Text Example
Text Example
White with #90BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF4D; }
p { color: rgb(144,191,77); }
H1.HeaderClassName
{
color: #90BF4D;
}
.AnyTagClassName
{
color: #90BF4D;
}
</style>
background-color css
<style>
a { background-color: #90BF4D; }
a { background-color: rgb(144,191,77); }
div.DivClassName
{
background-color: #90BF4D;
}
.BgClassName
{
background-color: #90BF4D;
}
</style>
border-color css
<style>
span { border-color: #90BF4D; }
span { border-color: rgb(144,191,77); }
td.TdClassName
{
border-color: #90BF4D;
}
.TagClassName
{
border-color: #90BF4D;
}
</style>