#95D98D

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

Shades of Granny Smith Apple #95D98D

Tints of Granny Smith Apple #95D98D

Color information

#95D98D (or 0x95D98D) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D9 and 8D. RGB value is (149,217,141). Sum of RGB (Red+Green+Blue) = 149+217+141=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #95D98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D98D is #6A2672. Grayscale: #BCBCBC. Windows color (decimal): -6956659 or 9296277. OLE color: 9296277.

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

Color convert

RGB149217141-
CMYK0.3100.350.15
HSL113.68º50%70.2%-
HSV(B)113.68º35.02%85.1%-
XYZ42.0257.9434.17-
YUV188101.47100.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.39%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=29.39%
G=42.80%
B=27.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492171410.3100.350.15113.685070.2
Hex95D98D1F023F723246
Octal225331215370431716262106
Binary100101011101100110001101111110100011111111100101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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