#95DB96

Color #95DB96 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #95DB96

Tints of Granny Smith Apple #95DB96

Color information

#95DB96 (or 0x95DB96) is unknown color: approx Granny Smith Apple. HEX triplet: 95, DB and 96. RGB value is (149,219,150). Sum of RGB (Red+Green+Blue) = 149+219+150=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DB96 is #6A2469. Grayscale: #BEBEBE. Windows color (decimal): -6956138 or 9886613. OLE color: 9886613.

HSL color Cylindrical-coordinate representation of color #95DB96: hue angle of 120.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DB96 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB149219150-
CMYK0.3200.320.14
HSL120.86º49.3%72.16%-
HSV(B)120.86º31.96%85.88%-
XYZ43.2359.2538.01-
YUV190.2105.3198.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.76%
GREEN value IS 219 (85.94% from 255) = 42.28%
BLUE value IS 150 (58.98% from 255) = 28.96%
R=28.76%
G=42.28%
B=28.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492191500.3200.320.14120.8649.372.16
Hex95DB9620020E793148
Octal225333226400401617161110
Binary1001010111011011100101101000000100000111011110011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,219,150); }

 H1.HeaderClassName
 {
   color: #95DB96;
 }
 .AnyTagClassName
 {
   color: #95DB96;
 }
</style>
background-color css

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

 a { background-color: rgb(149,219,150); }

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

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

 span { border-color: rgb(149,219,150); }

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