#95D393

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

Shades of Granny Smith Apple #95D393

Tints of Granny Smith Apple #95D393

Color information

#95D393 (or 0x95D393) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D3 and 93. RGB value is (149,211,147). Sum of RGB (Red+Green+Blue) = 149+211+147=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #95D393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D393 is #6A2C6C. Grayscale: #B9B9B9. Windows color (decimal): -6958189 or 9687957. OLE color: 9687957.

HSL color Cylindrical-coordinate representation of color #95D393: hue angle of 118.12º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D393 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB149211147-
CMYK0.2900.300.17
HSL118.12º42.11%70.2%-
HSV(B)118.12º30.33%82.75%-
XYZ40.9655.0836.08-
YUV185.17106.46102.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.39%
GREEN value IS 211 (82.81% from 255) = 41.62%
BLUE value IS 147 (57.81% from 255) = 28.99%
R=29.39%
G=41.62%
B=28.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492111470.2900.300.17118.1242.1170.2
Hex95D3931D01E11762a46
Octal225323223350362116652106
Binary100101011101001110010011111010111101000111101101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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