Html Css Color HEX #95DD97 Granny Smith Apple

📋 copy color: '#95DD97'

red 149 ◦ green 221 ◦ blue 151

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

Shades of Granny Smith Apple #95DD97

Tints of Granny Smith Apple #95DD97

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.42%

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

R = 28.6%
G = 42.42%
B = 28.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#95DD97 (or 0x95DD97) is known color: Granny Smith Apple. HEX triplet: 95, DD and 97. RGB value is (149,221,151). Sum of RGB (Red+Green+Blue) = 149+221+151=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DD97 is #6A2268. Grayscale: #BFBFBF. Windows color (decimal): -6955625 or 9952661. OLE color: 9952661.

HSL color Cylindrical-coordinate representation of color #95DD97: hue angle of 121.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DD97 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 221 151 -
CMYK 0.33 0 0.32 0.13
HSL 121.67º 0.51% 0.73% -
HSV(B) 121.67º 0.33% 0.87% -
XYZ 43.84 60.34 38.61 -
YUV 191.49 105.15 97.69 -
System Red Green Blue C M Y K H S L
Decimal 149 221 151 0.33 0 0.32 0.13 121.67 0.51 0.73
Hex 95 DD 97 21 0 20 D 7A 33 49
Octal 225 335 227 41 0 40 15 172 63 111
Binary 10010101 11011101 10010111 100001 0 100000 1101 1111010 110011 1001001

Color Harmonies of #95DD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DD97

Black with #95DD97

Text Example


Text Example

White with #95DD97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,221,151); }

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

background-color css

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

 a { background-color: rgb(149,221,151); }

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

border-color css

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

 span { border-color: rgb(149,221,151); }

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