#95DE86

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

Shades of Granny Smith Apple #95DE86

Tints of Granny Smith Apple #95DE86

Color information

#95DE86 (or 0x95DE86) is unknown color: approx Granny Smith Apple. HEX triplet: 95, DE and 86. RGB value is (149,222,134). Sum of RGB (Red+Green+Blue) = 149+222+134=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DE86 is #6A2179. Grayscale: #BEBEBE. Windows color (decimal): -6955386 or 8838805. OLE color: 8838805.

HSL color Cylindrical-coordinate representation of color #95DE86: hue angle of 109.77º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95DE86 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB149222134-
CMYK0.3300.400.13
HSL109.77º57.14%69.8%-
HSV(B)109.77º39.64%87.06%-
XYZ42.8260.3531.95-
YUV190.1496.3298.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.50%
GREEN value IS 222 (87.11% from 255) = 43.96%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=29.50%
G=43.96%
B=26.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492221340.3300.400.13109.7757.1469.8
Hex95DE8621028D6e3946
Octal225336206410501515671106
Binary1001010111011110100001101000010101000110111011101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,222,134); }

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

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

 a { background-color: rgb(149,222,134); }

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

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

 span { border-color: rgb(149,222,134); }

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