Html Css Color HEX #94D497 Granny Smith Apple

📋 copy color: '#94D497'

red 148 ◦ green 212 ◦ blue 151

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

Shades of Granny Smith Apple #94D497

Tints of Granny Smith Apple #94D497

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.49%

 BLUE value IS 151 (59.38% from 255) = 29.55%

R = 28.96%
G = 41.49%
B = 29.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#94D497 (or 0x94D497) is known color: Granny Smith Apple. HEX triplet: 94, D4 and 97. RGB value is (148,212,151). Sum of RGB (Red+Green+Blue) = 148+212+151=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #94D497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D497 is #6B2B68. Grayscale: #BABABA. Windows color (decimal): -7023465 or 9950356. OLE color: 9950356.

HSL color Cylindrical-coordinate representation of color #94D497: hue angle of 122.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D497 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 212 151 -
CMYK 0.30 0 0.29 0.17
HSL 122.81º 0.43% 0.71% -
HSV(B) 122.81º 0.3% 0.83% -
XYZ 41.34 55.62 37.83 -
YUV 185.91 108.3 100.96 -
System Red Green Blue C M Y K H S L
Decimal 148 212 151 0.30 0 0.29 0.17 122.81 0.43 0.71
Hex 94 D4 97 1E 0 1D 11 7B 2B 47
Octal 224 324 227 36 0 35 21 173 53 107
Binary 10010100 11010100 10010111 11110 0 11101 10001 1111011 101011 1000111

Color Harmonies of #94D497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D497

Black with #94D497

Text Example


Text Example

White with #94D497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,212,151); }

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

background-color css

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

 a { background-color: rgb(148,212,151); }

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

border-color css

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

 span { border-color: rgb(148,212,151); }

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