Html Css Color HEX #94DF83 Granny Smith Apple
📋 copy color: '#94DF83'red 148 ◦ green 223 ◦ blue 131
Shades of Granny Smith Apple #94DF83
Tints of Granny Smith Apple #94DF83
RGB
CMYK
RGB Variations
Color information
#94DF83 (or 0x94DF83) is known color: Granny Smith Apple. HEX triplet: 94, DF and 83. RGB value is (148,223,131). Sum of RGB (Red+Green+Blue) = 148+223+131=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DF83 is #6B207C. Grayscale: #BEBEBE. Windows color (decimal): -7020669 or 8642452. OLE color: 8642452.
HSL color Cylindrical-coordinate representation of color #94DF83: hue angle of 108.91º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94DF83 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 131 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.13 |
| HSL | 108.91º | 0.59% | 0.69% | - |
| HSV(B) | 108.91º | 0.41% | 0.87% | - |
| XYZ | 42.7 | 60.71 | 30.94 | - |
| YUV | 190.09 | 94.65 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 131 | 0.34 | 0 | 0.41 | 0.13 | 108.91 | 0.59 | 0.69 |
| Hex | 94 | DF | 83 | 22 | 0 | 29 | D | 6D | 3B | 45 |
| Octal | 224 | 337 | 203 | 42 | 0 | 51 | 15 | 155 | 73 | 105 |
| Binary | 10010100 | 11011111 | 10000011 | 100010 | 0 | 101001 | 1101 | 1101101 | 111011 | 1000101 |
Color Harmonies of #94DF83
Complementary color
Monochromatic Colors of #94DF83
Black with #94DF83
Text Example
Text Example
White with #94DF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF83; }
p { color: rgb(148,223,131); }
H1.HeaderClassName
{
color: #94DF83;
}
.AnyTagClassName
{
color: #94DF83;
}
</style>
background-color css
<style>
a { background-color: #94DF83; }
a { background-color: rgb(148,223,131); }
div.DivClassName
{
background-color: #94DF83;
}
.BgClassName
{
background-color: #94DF83;
}
</style>
border-color css
<style>
span { border-color: #94DF83; }
span { border-color: rgb(148,223,131); }
td.TdClassName
{
border-color: #94DF83;
}
.TagClassName
{
border-color: #94DF83;
}
</style>