Html Css Color HEX #94D788 Granny Smith Apple

📋 copy color: '#94D788'

red 148 ◦ green 215 ◦ blue 136

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

Shades of Granny Smith Apple #94D788

Tints of Granny Smith Apple #94D788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.25%

R = 29.66%
G = 43.09%
B = 27.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#94D788 (or 0x94D788) is known color: Granny Smith Apple. HEX triplet: 94, D7 and 88. RGB value is (148,215,136). Sum of RGB (Red+Green+Blue) = 148+215+136=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #94D788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D788 is #6B2877. Grayscale: #BABABA. Windows color (decimal): -7022712 or 8968084. OLE color: 8968084.

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

Color convert

RGB 148 215 136 -
CMYK 0.31 0 0.37 0.16
HSL 110.89º 0.5% 0.69% -
HSV(B) 110.89º 0.37% 0.84% -
XYZ 40.96 56.67 32.07 -
YUV 185.96 99.8 100.92 -
System Red Green Blue C M Y K H S L
Decimal 148 215 136 0.31 0 0.37 0.16 110.89 0.5 0.69
Hex 94 D7 88 1F 0 25 10 6F 32 45
Octal 224 327 210 37 0 45 20 157 62 105
Binary 10010100 11010111 10001000 11111 0 100101 10000 1101111 110010 1000101

Color Harmonies of #94D788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D788

Black with #94D788

Text Example


Text Example

White with #94D788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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