#95D495

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

Shades of Granny Smith Apple #95D495

Tints of Granny Smith Apple #95D495

Color information

#95D495 (or 0x95D495) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D4 and 95. RGB value is (149,212,149). Sum of RGB (Red+Green+Blue) = 149+212+149=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 212 - color contains mainly: green. Hex color #95D495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D495 is #6A2B6A. Grayscale: #BABABA. Windows color (decimal): -6957931 or 9819285. OLE color: 9819285.

HSL color Cylindrical-coordinate representation of color #95D495: hue angle of 120º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D495 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB149212149-
CMYK0.3000.300.17
HSL120º42.28%70.78%-
HSV(B)120º29.72%83.14%-
XYZ41.3655.6536.99-
YUV185.98107.13101.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 212 (83.20% from 255) = 41.57%
BLUE value IS 149 (58.59% from 255) = 29.22%
R=29.22%
G=41.57%
B=29.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492121490.3000.300.1712042.2870.78
Hex95D4951E01E11782a47
Octal225324225360362117052107
Binary100101011101010010010101111100111101000111110001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,212,149); }

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

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

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

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

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

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

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