Html Css Color HEX #95E08D Granny Smith Apple
📋 copy color: '#95E08D'red 149 ◦ green 224 ◦ blue 141
Shades of Granny Smith Apple #95E08D
Tints of Granny Smith Apple #95E08D
RGB
CMYK
RGB Variations
Color information
#95E08D (or 0x95E08D) is known color: Granny Smith Apple. HEX triplet: 95, E0 and 8D. RGB value is (149,224,141). Sum of RGB (Red+Green+Blue) = 149+224+141=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #95E08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E08D is #6A1F72. Grayscale: #C0C0C0. Windows color (decimal): -6954867 or 9298069. OLE color: 9298069.
HSL color Cylindrical-coordinate representation of color #95E08D: hue angle of 114.22º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95E08D is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 224 | 141 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.12 |
| HSL | 114.22º | 0.57% | 0.72% | - |
| HSV(B) | 114.22º | 0.37% | 0.88% | - |
| XYZ | 43.86 | 61.62 | 34.78 | - |
| YUV | 192.11 | 99.15 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 224 | 141 | 0.33 | 0 | 0.37 | 0.12 | 114.22 | 0.57 | 0.72 |
| Hex | 95 | E0 | 8D | 21 | 0 | 25 | C | 72 | 39 | 48 |
| Octal | 225 | 340 | 215 | 41 | 0 | 45 | 14 | 162 | 71 | 110 |
| Binary | 10010101 | 11100000 | 10001101 | 100001 | 0 | 100101 | 1100 | 1110010 | 111001 | 1001000 |
Color Harmonies of #95E08D
Complementary color
Monochromatic Colors of #95E08D
Black with #95E08D
Text Example
Text Example
White with #95E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E08D; }
p { color: rgb(149,224,141); }
H1.HeaderClassName
{
color: #95E08D;
}
.AnyTagClassName
{
color: #95E08D;
}
</style>
background-color css
<style>
a { background-color: #95E08D; }
a { background-color: rgb(149,224,141); }
div.DivClassName
{
background-color: #95E08D;
}
.BgClassName
{
background-color: #95E08D;
}
</style>
border-color css
<style>
span { border-color: #95E08D; }
span { border-color: rgb(149,224,141); }
td.TdClassName
{
border-color: #95E08D;
}
.TagClassName
{
border-color: #95E08D;
}
</style>