Html Css Color HEX #94DD96 Granny Smith Apple

📋 copy color: '#94DD96'

red 148 ◦ green 221 ◦ blue 150

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

Shades of Granny Smith Apple #94DD96

Tints of Granny Smith Apple #94DD96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.9%

R = 28.52%
G = 42.58%
B = 28.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#94DD96 (or 0x94DD96) is known color: Granny Smith Apple. HEX triplet: 94, DD and 96. RGB value is (148,221,150). Sum of RGB (Red+Green+Blue) = 148+221+150=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DD96 is #6B2269. Grayscale: #BFBFBF. Windows color (decimal): -7021162 or 9887124. OLE color: 9887124.

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

Color convert

RGB 148 221 150 -
CMYK 0.33 0 0.32 0.13
HSL 121.64º 0.52% 0.72% -
HSV(B) 121.64º 0.33% 0.87% -
XYZ 43.57 60.21 38.18 -
YUV 191.08 104.82 97.27 -
System Red Green Blue C M Y K H S L
Decimal 148 221 150 0.33 0 0.32 0.13 121.64 0.52 0.72
Hex 94 DD 96 21 0 20 D 7A 34 48
Octal 224 335 226 41 0 40 15 172 64 110
Binary 10010100 11011101 10010110 100001 0 100000 1101 1111010 110100 1001000

Color Harmonies of #94DD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DD96

Black with #94DD96

Text Example


Text Example

White with #94DD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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