#95D790

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

Shades of Granny Smith Apple #95D790

Tints of Granny Smith Apple #95D790

Color information

#95D790 (or 0x95D790) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D7 and 90. RGB value is (149,215,144). Sum of RGB (Red+Green+Blue) = 149+215+144=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #95D790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D790 is #6A286F. Grayscale: #BBBBBB. Windows color (decimal): -6957168 or 9492373. OLE color: 9492373.

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

Color convert

RGB149215144-
CMYK0.3100.330.16
HSL115.77º47.02%70.39%-
HSV(B)115.77º33.02%84.31%-
XYZ41.735735.19-
YUV187.17103.63100.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.33%
GREEN value IS 215 (84.38% from 255) = 42.32%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=29.33%
G=42.32%
B=28.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492151440.3100.330.16115.7747.0270.39
Hex95D7901F02110742f46
Octal225327220370412016457106
Binary1001010111010111100100001111101000011000011101001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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