Html Css Color HEX #94DD8E Granny Smith Apple

📋 copy color: '#94DD8E'

red 148 ◦ green 221 ◦ blue 142

#94DD8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #94DD8E

Tints of Granny Smith Apple #94DD8E

RGB

 RED value IS 148 (58.2% from 255) = 28.96%

 GREEN value IS 221 (86.72% from 255) = 43.25%

 BLUE value IS 142 (55.86% from 255) = 27.79%

R = 28.96%
G = 43.25%
B = 27.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#94DD8E (or 0x94DD8E) is known color: Granny Smith Apple. HEX triplet: 94, DD and 8E. RGB value is (148,221,142). Sum of RGB (Red+Green+Blue) = 148+221+142=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DD8E is #6B2271. Grayscale: #BEBEBE. Windows color (decimal): -7021170 or 9362836. OLE color: 9362836.

HSL color Cylindrical-coordinate representation of color #94DD8E: hue angle of 115.44º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94DD8E is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 221 142 -
CMYK 0.33 0 0.36 0.13
HSL 115.44º 0.54% 0.71% -
HSV(B) 115.44º 0.36% 0.87% -
XYZ 42.95 59.96 34.9 -
YUV 190.17 100.82 97.92 -
System Red Green Blue C M Y K H S L
Decimal 148 221 142 0.33 0 0.36 0.13 115.44 0.54 0.71
Hex 94 DD 8E 21 0 24 D 73 36 47
Octal 224 335 216 41 0 44 15 163 66 107
Binary 10010100 11011101 10001110 100001 0 100100 1101 1110011 110110 1000111

Color Harmonies of #94DD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DD8E

Black with #94DD8E

Text Example


Text Example

White with #94DD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94DD8E; }

 p { color: rgb(148,221,142); }

 H1.HeaderClassName
 {
   color: #94DD8E;
 }
 .AnyTagClassName
 {
   color: #94DD8E;
 }
</style>

background-color css

<style>
 a { background-color: #94DD8E; }

 a { background-color: rgb(148,221,142); }

 div.DivClassName
 {
   background-color: #94DD8E;
 }
 .BgClassName
 {
   background-color: #94DD8E;
 }
</style>

border-color css

<style>
 span { border-color: #94DD8E; }

 span { border-color: rgb(148,221,142); }

 td.TdClassName
 {
   border-color: #94DD8E;
 }
 .TagClassName
 {
   border-color: #94DD8E;
 }
</style>