#95D899

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

Shades of Granny Smith Apple #95D899

Tints of Granny Smith Apple #95D899

Color information

#95D899 (or 0x95D899) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D8 and 99. RGB value is (149,216,153). Sum of RGB (Red+Green+Blue) = 149+216+153=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #95D899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D899 is #6A2766. Grayscale: #BCBCBC. Windows color (decimal): -6956903 or 10082453. OLE color: 10082453.

HSL color Cylindrical-coordinate representation of color #95D899: hue angle of 123.58º degrees, saturation: 0.46, 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 #95D899 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB149216153-
CMYK0.3100.290.15
HSL123.58º46.21%71.57%-
HSV(B)123.58º31.02%84.71%-
XYZ42.757.839.04-
YUV188.78107.899.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.76%
GREEN value IS 216 (84.77% from 255) = 41.70%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=28.76%
G=41.70%
B=29.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492161530.3100.290.15123.5846.2171.57
Hex95D8991F01DF7c2e48
Octal225330231370351717456110
Binary10010101110110001001100111111011101111111111001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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