Html Css Color HEX #94D798 Granny Smith Apple

📋 copy color: '#94D798'

red 148 ◦ green 215 ◦ blue 152

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

Shades of Granny Smith Apple #94D798

Tints of Granny Smith Apple #94D798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.51%

R = 28.74%
G = 41.75%
B = 29.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#94D798 (or 0x94D798) is known color: Granny Smith Apple. HEX triplet: 94, D7 and 98. RGB value is (148,215,152). Sum of RGB (Red+Green+Blue) = 148+215+152=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #94D798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D798 is #6B2867. Grayscale: #BBBBBB. Windows color (decimal): -7022696 or 10016660. OLE color: 10016660.

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

Color convert

RGB 148 215 152 -
CMYK 0.31 0 0.29 0.16
HSL 123.58º 0.46% 0.71% -
HSV(B) 123.58º 0.31% 0.84% -
XYZ 42.18 57.16 38.52 -
YUV 187.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 148 215 152 0.31 0 0.29 0.16 123.58 0.46 0.71
Hex 94 D7 98 1F 0 1D 10 7C 2E 47
Octal 224 327 230 37 0 35 20 174 56 107
Binary 10010100 11010111 10011000 11111 0 11101 10000 1111100 101110 1000111

Color Harmonies of #94D798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D798

Black with #94D798

Text Example


Text Example

White with #94D798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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