#95D992

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

Shades of Granny Smith Apple #95D992

Tints of Granny Smith Apple #95D992

Color information

#95D992 (or 0x95D992) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D9 and 92. RGB value is (149,217,146). Sum of RGB (Red+Green+Blue) = 149+217+146=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #95D992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D992 is #6A266D. Grayscale: #BCBCBC. Windows color (decimal): -6956654 or 9623957. OLE color: 9623957.

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

Color convert

RGB149217146-
CMYK0.3100.330.15
HSL117.46º48.3%71.18%-
HSV(B)117.46º32.72%85.1%-
XYZ42.458.0936.17-
YUV188.57103.9799.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 217 (85.16% from 255) = 42.38%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=29.10%
G=42.38%
B=28.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492171460.3100.330.15117.4648.371.18
Hex95D9921F021F753047
Octal225331222370411716560107
Binary100101011101100110010010111110100001111111101011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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