#95D693

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

Shades of Granny Smith Apple #95D693

Tints of Granny Smith Apple #95D693

Color information

#95D693 (or 0x95D693) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D6 and 93. RGB value is (149,214,147). Sum of RGB (Red+Green+Blue) = 149+214+147=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #95D693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D693 is #6A296C. Grayscale: #BBBBBB. Windows color (decimal): -6957421 or 9688725. OLE color: 9688725.

HSL color Cylindrical-coordinate representation of color #95D693: hue angle of 118.21º degrees, saturation: 0.45, 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 #95D693 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB149214147-
CMYK0.3000.310.16
HSL118.21º44.97%70.78%-
HSV(B)118.21º31.31%83.92%-
XYZ41.7156.5936.33-
YUV186.93105.47100.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 147 (57.81% from 255) = 28.82%
R=29.22%
G=41.96%
B=28.82%

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
Decimal1492141470.3000.310.16118.2144.9770.78
Hex95D6931E01F10762d47
Octal225326223360372016655107
Binary100101011101011010010011111100111111000011101101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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