Html Css Color HEX #95DA8E Granny Smith Apple
📋 copy color: '#95DA8E'red 149 ◦ green 218 ◦ blue 142
Shades of Granny Smith Apple #95DA8E
Tints of Granny Smith Apple #95DA8E
RGB
CMYK
RGB Variations
Color information
#95DA8E (or 0x95DA8E) is known color: Granny Smith Apple. HEX triplet: 95, DA and 8E. RGB value is (149,218,142). Sum of RGB (Red+Green+Blue) = 149+218+142=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DA8E is #6A2571. Grayscale: #BCBCBC. Windows color (decimal): -6956402 or 9362069. OLE color: 9362069.
HSL color Cylindrical-coordinate representation of color #95DA8E: hue angle of 114.47º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95DA8E is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 218 | 142 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.15 |
| HSL | 114.47º | 0.51% | 0.71% | - |
| HSV(B) | 114.47º | 0.35% | 0.85% | - |
| XYZ | 42.35 | 58.49 | 34.65 | - |
| YUV | 188.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 218 | 142 | 0.32 | 0 | 0.35 | 0.15 | 114.47 | 0.51 | 0.71 |
| Hex | 95 | DA | 8E | 20 | 0 | 23 | F | 72 | 33 | 47 |
| Octal | 225 | 332 | 216 | 40 | 0 | 43 | 17 | 162 | 63 | 107 |
| Binary | 10010101 | 11011010 | 10001110 | 100000 | 0 | 100011 | 1111 | 1110010 | 110011 | 1000111 |
Color Harmonies of #95DA8E
Complementary color
Monochromatic Colors of #95DA8E
Black with #95DA8E
Text Example
Text Example
White with #95DA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DA8E; }
p { color: rgb(149,218,142); }
H1.HeaderClassName
{
color: #95DA8E;
}
.AnyTagClassName
{
color: #95DA8E;
}
</style>
background-color css
<style>
a { background-color: #95DA8E; }
a { background-color: rgb(149,218,142); }
div.DivClassName
{
background-color: #95DA8E;
}
.BgClassName
{
background-color: #95DA8E;
}
</style>
border-color css
<style>
span { border-color: #95DA8E; }
span { border-color: rgb(149,218,142); }
td.TdClassName
{
border-color: #95DA8E;
}
.TagClassName
{
border-color: #95DA8E;
}
</style>