#95DB8D

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

Shades of Granny Smith Apple #95DB8D

Tints of Granny Smith Apple #95DB8D

Color information

#95DB8D (or 0x95DB8D) is unknown color: approx Granny Smith Apple. HEX triplet: 95, DB and 8D. RGB value is (149,219,141). Sum of RGB (Red+Green+Blue) = 149+219+141=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DB8D is #6A2472. Grayscale: #BDBDBD. Windows color (decimal): -6956147 or 9296789. OLE color: 9296789.

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

Color convert

RGB149219141-
CMYK0.3200.360.14
HSL113.85º52%70.59%-
HSV(B)113.85º35.62%85.88%-
XYZ42.5358.9834.34-
YUV189.18100.8199.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.27%
GREEN value IS 219 (85.94% from 255) = 43.03%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=29.27%
G=43.03%
B=27.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492191410.3200.360.14113.855270.59
Hex95DB8D20024E723447
Octal225333215400441616264107
Binary1001010111011011100011011000000100100111011100101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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