Html Css Color HEX #94D791 Granny Smith Apple

📋 copy color: '#94D791'

red 148 ◦ green 215 ◦ blue 145

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

Shades of Granny Smith Apple #94D791

Tints of Granny Smith Apple #94D791

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.32%

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

R = 29.13%
G = 42.32%
B = 28.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#94D791 (or 0x94D791) is known color: Granny Smith Apple. HEX triplet: 94, D7 and 91. RGB value is (148,215,145). Sum of RGB (Red+Green+Blue) = 148+215+145=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #94D791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D791 is #6B286E. Grayscale: #BBBBBB. Windows color (decimal): -7022703 or 9557908. OLE color: 9557908.

HSL color Cylindrical-coordinate representation of color #94D791: hue angle of 117.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94D791 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 215 145 -
CMYK 0.31 0 0.33 0.16
HSL 117.43º 0.47% 0.71% -
HSV(B) 117.43º 0.33% 0.84% -
XYZ 41.62 56.94 35.58 -
YUV 186.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 148 215 145 0.31 0 0.33 0.16 117.43 0.47 0.71
Hex 94 D7 91 1F 0 21 10 75 2F 47
Octal 224 327 221 37 0 41 20 165 57 107
Binary 10010100 11010111 10010001 11111 0 100001 10000 1110101 101111 1000111

Color Harmonies of #94D791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D791

Black with #94D791

Text Example


Text Example

White with #94D791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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