Html Css Color HEX #94DE91 Granny Smith Apple

📋 copy color: '#94DE91'

red 148 ◦ green 222 ◦ blue 145

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

Shades of Granny Smith Apple #94DE91

Tints of Granny Smith Apple #94DE91

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.11%

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

R = 28.74%
G = 43.11%
B = 28.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#94DE91 (or 0x94DE91) is known color: Granny Smith Apple. HEX triplet: 94, DE and 91. RGB value is (148,222,145). Sum of RGB (Red+Green+Blue) = 148+222+145=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #94DE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DE91 is #6B216E. Grayscale: #BFBFBF. Windows color (decimal): -7020911 or 9559700. OLE color: 9559700.

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

Color convert

RGB 148 222 145 -
CMYK 0.33 0 0.35 0.13
HSL 117.66º 0.54% 0.72% -
HSV(B) 117.66º 0.35% 0.87% -
XYZ 43.44 60.58 36.19 -
YUV 191.1 101.98 97.26 -
System Red Green Blue C M Y K H S L
Decimal 148 222 145 0.33 0 0.35 0.13 117.66 0.54 0.72
Hex 94 DE 91 21 0 23 D 76 36 48
Octal 224 336 221 41 0 43 15 166 66 110
Binary 10010100 11011110 10010001 100001 0 100011 1101 1110110 110110 1001000

Color Harmonies of #94DE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DE91

Black with #94DE91

Text Example


Text Example

White with #94DE91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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