Html Css Color HEX #94D987 Granny Smith Apple

📋 copy color: '#94D987'

red 148 ◦ green 217 ◦ blue 135

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

Shades of Granny Smith Apple #94D987

Tints of Granny Smith Apple #94D987

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.4%

 BLUE value IS 135 (53.13% from 255) = 27%

R = 29.6%
G = 43.4%
B = 27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#94D987 (or 0x94D987) is known color: Granny Smith Apple. HEX triplet: 94, D9 and 87. RGB value is (148,217,135). Sum of RGB (Red+Green+Blue) = 148+217+135=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #94D987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D987 is #6B2678. Grayscale: #BBBBBB. Windows color (decimal): -7022201 or 8903060. OLE color: 8903060.

HSL color Cylindrical-coordinate representation of color #94D987: hue angle of 110.49º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94D987 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 217 135 -
CMYK 0.32 0 0.38 0.15
HSL 110.49º 0.52% 0.69% -
HSV(B) 110.49º 0.38% 0.85% -
XYZ 41.4 57.67 31.87 -
YUV 187.02 98.64 100.17 -
System Red Green Blue C M Y K H S L
Decimal 148 217 135 0.32 0 0.38 0.15 110.49 0.52 0.69
Hex 94 D9 87 20 0 26 F 6E 34 45
Octal 224 331 207 40 0 46 17 156 64 105
Binary 10010100 11011001 10000111 100000 0 100110 1111 1101110 110100 1000101

Color Harmonies of #94D987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D987

Black with #94D987

Text Example


Text Example

White with #94D987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,217,135); }

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

background-color css

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

 a { background-color: rgb(148,217,135); }

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

border-color css

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

 span { border-color: rgb(148,217,135); }

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