#95D988

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

Shades of Granny Smith Apple #95D988

Tints of Granny Smith Apple #95D988

Color information

#95D988 (or 0x95D988) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D9 and 88. RGB value is (149,217,136). Sum of RGB (Red+Green+Blue) = 149+217+136=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #95D988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D988 is #6A2677. Grayscale: #BBBBBB. Windows color (decimal): -6956664 or 8968597. OLE color: 8968597.

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

Color convert

RGB149217136-
CMYK0.3100.370.15
HSL110.37º51.59%69.22%-
HSV(B)110.37º37.33%85.1%-
XYZ41.6557.7932.25-
YUV187.4398.97100.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 217 (85.16% from 255) = 43.23%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=29.68%
G=43.23%
B=27.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492171360.3100.370.15110.3751.5969.22
Hex95D9881F025F6e3445
Octal225331210370451715664105
Binary100101011101100110001000111110100101111111011101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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