Html Css Color HEX #90DD85 Granny Smith Apple
📋 copy color: '#90DD85'red 144 ◦ green 221 ◦ blue 133
Shades of Granny Smith Apple #90DD85
Tints of Granny Smith Apple #90DD85
RGB
CMYK
RGB Variations
Color information
#90DD85 (or 0x90DD85) is known color: Granny Smith Apple. HEX triplet: 90, DD and 85. RGB value is (144,221,133). Sum of RGB (Red+Green+Blue) = 144+221+133=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DD85 is #6F227A. Grayscale: #BCBCBC. Windows color (decimal): -7283323 or 8773008. OLE color: 8773008.
HSL color Cylindrical-coordinate representation of color #90DD85: hue angle of 112.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90DD85 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 133 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.13 |
| HSL | 112.5º | 0.56% | 0.69% | - |
| HSV(B) | 112.5º | 0.4% | 0.87% | - |
| XYZ | 41.59 | 59.34 | 31.45 | - |
| YUV | 187.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 133 | 0.35 | 0 | 0.40 | 0.13 | 112.5 | 0.56 | 0.69 |
| Hex | 90 | DD | 85 | 23 | 0 | 28 | D | 70 | 38 | 45 |
| Octal | 220 | 335 | 205 | 43 | 0 | 50 | 15 | 160 | 70 | 105 |
| Binary | 10010000 | 11011101 | 10000101 | 100011 | 0 | 101000 | 1101 | 1110000 | 111000 | 1000101 |
Color Harmonies of #90DD85
Complementary color
Monochromatic Colors of #90DD85
Black with #90DD85
Text Example
Text Example
White with #90DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DD85; }
p { color: rgb(144,221,133); }
H1.HeaderClassName
{
color: #90DD85;
}
.AnyTagClassName
{
color: #90DD85;
}
</style>
background-color css
<style>
a { background-color: #90DD85; }
a { background-color: rgb(144,221,133); }
div.DivClassName
{
background-color: #90DD85;
}
.BgClassName
{
background-color: #90DD85;
}
</style>
border-color css
<style>
span { border-color: #90DD85; }
span { border-color: rgb(144,221,133); }
td.TdClassName
{
border-color: #90DD85;
}
.TagClassName
{
border-color: #90DD85;
}
</style>