Html Css Color HEX #94DE95 Granny Smith Apple
📋 copy color: '#94DE95'red 148 ◦ green 222 ◦ blue 149
Shades of Granny Smith Apple #94DE95
Tints of Granny Smith Apple #94DE95
RGB
CMYK
RGB Variations
Color information
#94DE95 (or 0x94DE95) is known color: Granny Smith Apple. HEX triplet: 94, DE and 95. RGB value is (148,222,149). Sum of RGB (Red+Green+Blue) = 148+222+149=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #94DE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DE95 is #6B216A. Grayscale: #BFBFBF. Windows color (decimal): -7020907 or 9821844. OLE color: 9821844.
HSL color Cylindrical-coordinate representation of color #94DE95: hue angle of 120.81º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DE95 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 222 | 149 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.13 |
| HSL | 120.81º | 0.53% | 0.73% | - |
| HSV(B) | 120.81º | 0.33% | 0.87% | - |
| XYZ | 43.76 | 60.71 | 37.85 | - |
| YUV | 191.55 | 103.98 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 222 | 149 | 0.33 | 0 | 0.33 | 0.13 | 120.81 | 0.53 | 0.73 |
| Hex | 94 | DE | 95 | 21 | 0 | 21 | D | 79 | 35 | 49 |
| Octal | 224 | 336 | 225 | 41 | 0 | 41 | 15 | 171 | 65 | 111 |
| Binary | 10010100 | 11011110 | 10010101 | 100001 | 0 | 100001 | 1101 | 1111001 | 110101 | 1001001 |
Color Harmonies of #94DE95
Complementary color
Monochromatic Colors of #94DE95
Black with #94DE95
Text Example
Text Example
White with #94DE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DE95; }
p { color: rgb(148,222,149); }
H1.HeaderClassName
{
color: #94DE95;
}
.AnyTagClassName
{
color: #94DE95;
}
</style>
background-color css
<style>
a { background-color: #94DE95; }
a { background-color: rgb(148,222,149); }
div.DivClassName
{
background-color: #94DE95;
}
.BgClassName
{
background-color: #94DE95;
}
</style>
border-color css
<style>
span { border-color: #94DE95; }
span { border-color: rgb(148,222,149); }
td.TdClassName
{
border-color: #94DE95;
}
.TagClassName
{
border-color: #94DE95;
}
</style>