Html Css Color HEX #94DB91 Granny Smith Apple

📋 copy color: '#94DB91'

red 148 ◦ green 219 ◦ blue 145

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

Shades of Granny Smith Apple #94DB91

Tints of Granny Smith Apple #94DB91

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.77%

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 28.91%
G = 42.77%
B = 28.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#94DB91 (or 0x94DB91) is known color: Granny Smith Apple. HEX triplet: 94, DB and 91. RGB value is (148,219,145). Sum of RGB (Red+Green+Blue) = 148+219+145=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DB91 is #6B246E. Grayscale: #BDBDBD. Windows color (decimal): -7021679 or 9558932. OLE color: 9558932.

HSL color Cylindrical-coordinate representation of color #94DB91: hue angle of 117.57º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94DB91 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 219 145 -
CMYK 0.32 0 0.34 0.14
HSL 117.57º 0.51% 0.71% -
HSV(B) 117.57º 0.34% 0.86% -
XYZ 42.66 59 35.93 -
YUV 189.34 102.98 98.52 -
System Red Green Blue C M Y K H S L
Decimal 148 219 145 0.32 0 0.34 0.14 117.57 0.51 0.71
Hex 94 DB 91 20 0 22 E 76 33 47
Octal 224 333 221 40 0 42 16 166 63 107
Binary 10010100 11011011 10010001 100000 0 100010 1110 1110110 110011 1000111

Color Harmonies of #94DB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DB91

Black with #94DB91

Text Example


Text Example

White with #94DB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,219,145); }

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

background-color css

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

 a { background-color: rgb(148,219,145); }

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

border-color css

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

 span { border-color: rgb(148,219,145); }

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