#95D995

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

Shades of Granny Smith Apple #95D995

Tints of Granny Smith Apple #95D995

Color information

#95D995 (or 0x95D995) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D9 and 95. RGB value is (149,217,149). Sum of RGB (Red+Green+Blue) = 149+217+149=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #95D995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D995 is #6A266A. Grayscale: #BDBDBD. Windows color (decimal): -6956651 or 9820565. OLE color: 9820565.

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

Color convert

RGB149217149-
CMYK0.3100.310.15
HSL120º47.22%71.76%-
HSV(B)120º31.34%85.1%-
XYZ42.6358.1937.42-
YUV188.92105.4799.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.93%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=28.93%
G=42.14%
B=28.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492171490.3100.310.1512047.2271.76
Hex95D9951F01FF782f48
Octal225331225370371717057110
Binary10010101110110011001010111111011111111111110001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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