Html Css Color HEX #95D994 Granny Smith Apple

📋 copy color: '#95D994'

red 149 ◦ green 217 ◦ blue 148

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

Shades of Granny Smith Apple #95D994

Tints of Granny Smith Apple #95D994

RGB

 RED value IS 149 (58.59% from 255) = 28.99%

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

 BLUE value IS 148 (58.2% from 255) = 28.79%

R = 28.99%
G = 42.22%
B = 28.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#95D994 (or 0x95D994) is known color: Granny Smith Apple. HEX triplet: 95, D9 and 94. RGB value is (149,217,148). Sum of RGB (Red+Green+Blue) = 149+217+148=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #95D994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D994 is #6A266B. Grayscale: #BDBDBD. Windows color (decimal): -6956652 or 9755029. OLE color: 9755029.

HSL color Cylindrical-coordinate representation of color #95D994: hue angle of 119.13º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95D994 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 217 148 -
CMYK 0.31 0 0.32 0.15
HSL 119.13º 0.48% 0.72% -
HSV(B) 119.13º 0.32% 0.85% -
XYZ 42.55 58.15 37 -
YUV 188.8 104.97 99.61 -
System Red Green Blue C M Y K H S L
Decimal 149 217 148 0.31 0 0.32 0.15 119.13 0.48 0.72
Hex 95 D9 94 1F 0 20 F 77 30 48
Octal 225 331 224 37 0 40 17 167 60 110
Binary 10010101 11011001 10010100 11111 0 100000 1111 1110111 110000 1001000

Color Harmonies of #95D994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D994

Black with #95D994

Text Example


Text Example

White with #95D994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95D994; }

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

 H1.HeaderClassName
 {
   color: #95D994;
 }
 .AnyTagClassName
 {
   color: #95D994;
 }
</style>

background-color css

<style>
 a { background-color: #95D994; }

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

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

border-color css

<style>
 span { border-color: #95D994; }

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

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