Html Css Color HEX #94E785 Granny Smith Apple
📋 copy color: '#94E785'red 148 ◦ green 231 ◦ blue 133
Shades of Granny Smith Apple #94E785
Tints of Granny Smith Apple #94E785
RGB
CMYK
RGB Variations
Color information
#94E785 (or 0x94E785) is known color: Granny Smith Apple. HEX triplet: 94, E7 and 85. RGB value is (148,231,133). Sum of RGB (Red+Green+Blue) = 148+231+133=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #94E785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E785 is #6B187A. Grayscale: #C3C3C3. Windows color (decimal): -7018619 or 8775572. OLE color: 8775572.
HSL color Cylindrical-coordinate representation of color #94E785: hue angle of 110.82º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94E785 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 231 | 133 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.09 |
| HSL | 110.82º | 0.67% | 0.71% | - |
| HSV(B) | 110.82º | 0.42% | 0.91% | - |
| XYZ | 45.02 | 65.14 | 32.39 | - |
| YUV | 195.01 | 93 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 231 | 133 | 0.36 | 0 | 0.42 | 0.09 | 110.82 | 0.67 | 0.71 |
| Hex | 94 | E7 | 85 | 24 | 0 | 2A | 9 | 6F | 43 | 47 |
| Octal | 224 | 347 | 205 | 44 | 0 | 52 | 11 | 157 | 103 | 107 |
| Binary | 10010100 | 11100111 | 10000101 | 100100 | 0 | 101010 | 1001 | 1101111 | 1000011 | 1000111 |
Color Harmonies of #94E785
Complementary color
Monochromatic Colors of #94E785
Black with #94E785
Text Example
Text Example
White with #94E785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E785; }
p { color: rgb(148,231,133); }
H1.HeaderClassName
{
color: #94E785;
}
.AnyTagClassName
{
color: #94E785;
}
</style>
background-color css
<style>
a { background-color: #94E785; }
a { background-color: rgb(148,231,133); }
div.DivClassName
{
background-color: #94E785;
}
.BgClassName
{
background-color: #94E785;
}
</style>
border-color css
<style>
span { border-color: #94E785; }
span { border-color: rgb(148,231,133); }
td.TdClassName
{
border-color: #94E785;
}
.TagClassName
{
border-color: #94E785;
}
</style>