#95D993

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

Shades of Granny Smith Apple #95D993

Tints of Granny Smith Apple #95D993

Color information

#95D993 (or 0x95D993) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D9 and 93. RGB value is (149,217,147). Sum of RGB (Red+Green+Blue) = 149+217+147=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #95D993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D993 is #6A266C. Grayscale: #BCBCBC. Windows color (decimal): -6956653 or 9689493. OLE color: 9689493.

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

Color convert

RGB149217147-
CMYK0.3100.320.15
HSL118.29º47.95%71.37%-
HSV(B)118.29º32.26%85.1%-
XYZ42.4758.1236.58-
YUV188.69104.4799.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 217 (85.16% from 255) = 42.30%
BLUE value IS 147 (57.81% from 255) = 28.65%
R=29.04%
G=42.30%
B=28.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492171470.3100.320.15118.2947.9571.37
Hex95D9931F020F763047
Octal225331223370401716660107
Binary100101011101100110010011111110100000111111101101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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