#95DB99

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

Shades of Granny Smith Apple #95DB99

Tints of Granny Smith Apple #95DB99

Color information

#95DB99 (or 0x95DB99) is unknown color: approx Granny Smith Apple. HEX triplet: 95, DB and 99. RGB value is (149,219,153). Sum of RGB (Red+Green+Blue) = 149+219+153=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DB99 is #6A2466. Grayscale: #BEBEBE. Windows color (decimal): -6956135 or 10083221. OLE color: 10083221.

HSL color Cylindrical-coordinate representation of color #95DB99: hue angle of 123.43º 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 #95DB99 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB149219153-
CMYK0.3200.300.14
HSL123.43º49.3%72.16%-
HSV(B)123.43º31.96%85.88%-
XYZ43.4859.3539.3-
YUV190.55106.8198.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 219 (85.94% from 255) = 42.03%
BLUE value IS 153 (60.16% from 255) = 29.37%
R=28.60%
G=42.03%
B=29.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492191530.3200.300.14123.4349.372.16
Hex95DB992001EE7b3148
Octal225333231400361617361110
Binary100101011101101110011001100000011110111011110111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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