#95D78E

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

Shades of Granny Smith Apple #95D78E

Tints of Granny Smith Apple #95D78E

Color information

#95D78E (or 0x95D78E) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D7 and 8E. RGB value is (149,215,142). Sum of RGB (Red+Green+Blue) = 149+215+142=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #95D78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D78E is #6A2871. Grayscale: #BBBBBB. Windows color (decimal): -6957170 or 9361301. OLE color: 9361301.

HSL color Cylindrical-coordinate representation of color #95D78E: hue angle of 114.25º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95D78E is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB149215142-
CMYK0.3100.340.16
HSL114.25º47.71%70%-
HSV(B)114.25º33.95%84.31%-
XYZ41.5856.9434.39-
YUV186.94102.63100.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.45%
GREEN value IS 215 (84.38% from 255) = 42.49%
BLUE value IS 142 (55.86% from 255) = 28.06%
R=29.45%
G=42.49%
B=28.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492151420.3100.340.16114.2547.7170
Hex95D78E1F02210723046
Octal225327216370422016260106
Binary1001010111010111100011101111101000101000011100101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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