Html Css Color HEX #98E384 Granny Smith Apple
📋 copy color: '#98E384'red 152 ◦ green 227 ◦ blue 132
Shades of Granny Smith Apple #98E384
Tints of Granny Smith Apple #98E384
RGB
CMYK
RGB Variations
Color information
#98E384 (or 0x98E384) is known color: Granny Smith Apple. HEX triplet: 98, E3 and 84. RGB value is (152,227,132). Sum of RGB (Red+Green+Blue) = 152+227+132=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #98E384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E384 is #671C7B. Grayscale: #C2C2C2. Windows color (decimal): -6757500 or 8709016. OLE color: 8709016.
HSL color Cylindrical-coordinate representation of color #98E384: hue angle of 107.37º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98E384 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 227 | 132 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.11 |
| HSL | 107.37º | 0.63% | 0.7% | - |
| HSV(B) | 107.37º | 0.42% | 0.89% | - |
| XYZ | 44.58 | 63.28 | 31.69 | - |
| YUV | 193.75 | 93.15 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 227 | 132 | 0.33 | 0 | 0.42 | 0.11 | 107.37 | 0.63 | 0.7 |
| Hex | 98 | E3 | 84 | 21 | 0 | 2A | B | 6B | 3F | 46 |
| Octal | 230 | 343 | 204 | 41 | 0 | 52 | 13 | 153 | 77 | 106 |
| Binary | 10011000 | 11100011 | 10000100 | 100001 | 0 | 101010 | 1011 | 1101011 | 111111 | 1000110 |
Color Harmonies of #98E384
Complementary color
Monochromatic Colors of #98E384
Black with #98E384
Text Example
Text Example
White with #98E384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E384; }
p { color: rgb(152,227,132); }
H1.HeaderClassName
{
color: #98E384;
}
.AnyTagClassName
{
color: #98E384;
}
</style>
background-color css
<style>
a { background-color: #98E384; }
a { background-color: rgb(152,227,132); }
div.DivClassName
{
background-color: #98E384;
}
.BgClassName
{
background-color: #98E384;
}
</style>
border-color css
<style>
span { border-color: #98E384; }
span { border-color: rgb(152,227,132); }
td.TdClassName
{
border-color: #98E384;
}
.TagClassName
{
border-color: #98E384;
}
</style>