#95E980

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

Shades of Granny Smith Apple #95E980

Tints of Granny Smith Apple #95E980

Color information

#95E980 (or 0x95E980) is unknown color: approx Granny Smith Apple. HEX triplet: 95, E9 and 80. RGB value is (149,233,128). Sum of RGB (Red+Green+Blue) = 149+233+128=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #95E980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E980 is #6A167F. Grayscale: #C4C4C4. Windows color (decimal): -6952576 or 8448405. OLE color: 8448405.

HSL color Cylindrical-coordinate representation of color #95E980: hue angle of 108º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95E980 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB149233128-
CMYK0.3600.450.09
HSL108º70.47%70.78%-
HSV(B)108º45.06%91.37%-
XYZ45.4366.2330.81-
YUV195.9189.6794.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 233 (91.41% from 255) = 45.69%
BLUE value IS 128 (50.39% from 255) = 25.10%
R=29.22%
G=45.69%
B=25.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492331280.3600.450.0910870.4770.78
Hex95E9802402D96c4647
Octal2253512004405511154106107
Binary10010101111010011000000010010001011011001110110010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,233,128); }

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

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

 a { background-color: rgb(149,233,128); }

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

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

 span { border-color: rgb(149,233,128); }

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