#95D38E

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

Shades of Granny Smith Apple #95D38E

Tints of Granny Smith Apple #95D38E

Color information

#95D38E (or 0x95D38E) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D3 and 8E. RGB value is (149,211,142). Sum of RGB (Red+Green+Blue) = 149+211+142=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #95D38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D38E is #6A2C71. Grayscale: #B8B8B8. Windows color (decimal): -6958194 or 9360277. OLE color: 9360277.

HSL color Cylindrical-coordinate representation of color #95D38E: hue angle of 113.91º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95D38E is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB149211142-
CMYK0.2900.330.17
HSL113.91º43.95%69.22%-
HSV(B)113.91º32.7%82.75%-
XYZ40.5754.9334.06-
YUV184.6103.96102.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 211 (82.81% from 255) = 42.03%
BLUE value IS 142 (55.86% from 255) = 28.29%
R=29.68%
G=42.03%
B=28.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492111420.2900.330.17113.9143.9569.22
Hex95D38E1D02111722c45
Octal225323216350412116254105
Binary1001010111010011100011101110101000011000111100101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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