#95D88D

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

Shades of Granny Smith Apple #95D88D

Tints of Granny Smith Apple #95D88D

Color information

#95D88D (or 0x95D88D) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D8 and 8D. RGB value is (149,216,141). Sum of RGB (Red+Green+Blue) = 149+216+141=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #95D88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D88D is #6A2772. Grayscale: #BBBBBB. Windows color (decimal): -6956915 or 9296021. OLE color: 9296021.

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

Color convert

RGB149216141-
CMYK0.3100.350.15
HSL113.6º49.02%70%-
HSV(B)113.6º34.72%84.71%-
XYZ41.7657.4234.08-
YUV187.42101.8100.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.45%
GREEN value IS 216 (84.77% from 255) = 42.69%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=29.45%
G=42.69%
B=27.87%

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
Decimal1492161410.3100.350.15113.649.0270
Hex95D88D1F023F723146
Octal225330215370431716261106
Binary100101011101100010001101111110100011111111100101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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