#95D593

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

Shades of Granny Smith Apple #95D593

Tints of Granny Smith Apple #95D593

Color information

#95D593 (or 0x95D593) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D5 and 93. RGB value is (149,213,147). Sum of RGB (Red+Green+Blue) = 149+213+147=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #95D593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D593 is #6A2A6C. Grayscale: #BABABA. Windows color (decimal): -6957677 or 9688469. OLE color: 9688469.

HSL color Cylindrical-coordinate representation of color #95D593: hue angle of 118.18º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D593 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB149213147-
CMYK0.3000.310.16
HSL118.18º44%70.59%-
HSV(B)118.18º30.99%83.53%-
XYZ41.4656.0836.24-
YUV186.34105.8101.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.27%
GREEN value IS 213 (83.59% from 255) = 41.85%
BLUE value IS 147 (57.81% from 255) = 28.88%
R=29.27%
G=41.85%
B=28.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492131470.3000.310.16118.184470.59
Hex95D5931E01F10762c47
Octal225325223360372016654107
Binary100101011101010110010011111100111111000011101101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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