Html Css Color HEX #94D58D Granny Smith Apple
📋 copy color: '#94D58D'red 148 ◦ green 213 ◦ blue 141
Shades of Granny Smith Apple #94D58D
Tints of Granny Smith Apple #94D58D
RGB
CMYK
RGB Variations
Color information
#94D58D (or 0x94D58D) is known color: Granny Smith Apple. HEX triplet: 94, D5 and 8D. RGB value is (148,213,141). Sum of RGB (Red+Green+Blue) = 148+213+141=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #94D58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D58D is #6B2A72. Grayscale: #B9B9B9. Windows color (decimal): -7023219 or 9295252. OLE color: 9295252.
HSL color Cylindrical-coordinate representation of color #94D58D: hue angle of 114.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94D58D is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 141 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.16 |
| HSL | 114.17º | 0.46% | 0.69% | - |
| HSV(B) | 114.17º | 0.34% | 0.84% | - |
| XYZ | 40.81 | 55.81 | 33.82 | - |
| YUV | 185.36 | 102.97 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 141 | 0.31 | 0 | 0.34 | 0.16 | 114.17 | 0.46 | 0.69 |
| Hex | 94 | D5 | 8D | 1F | 0 | 22 | 10 | 72 | 2E | 45 |
| Octal | 224 | 325 | 215 | 37 | 0 | 42 | 20 | 162 | 56 | 105 |
| Binary | 10010100 | 11010101 | 10001101 | 11111 | 0 | 100010 | 10000 | 1110010 | 101110 | 1000101 |
Color Harmonies of #94D58D
Complementary color
Monochromatic Colors of #94D58D
Black with #94D58D
Text Example
Text Example
White with #94D58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D58D; }
p { color: rgb(148,213,141); }
H1.HeaderClassName
{
color: #94D58D;
}
.AnyTagClassName
{
color: #94D58D;
}
</style>
background-color css
<style>
a { background-color: #94D58D; }
a { background-color: rgb(148,213,141); }
div.DivClassName
{
background-color: #94D58D;
}
.BgClassName
{
background-color: #94D58D;
}
</style>
border-color css
<style>
span { border-color: #94D58D; }
span { border-color: rgb(148,213,141); }
td.TdClassName
{
border-color: #94D58D;
}
.TagClassName
{
border-color: #94D58D;
}
</style>