#95D792

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

Shades of Granny Smith Apple #95D792

Tints of Granny Smith Apple #95D792

Color information

#95D792 (or 0x95D792) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D7 and 92. RGB value is (149,215,146). Sum of RGB (Red+Green+Blue) = 149+215+146=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #95D792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D792 is #6A286D. Grayscale: #BBBBBB. Windows color (decimal): -6957166 or 9623445. OLE color: 9623445.

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

Color convert

RGB149215146-
CMYK0.3100.320.16
HSL117.39º46.31%70.78%-
HSV(B)117.39º32.09%84.31%-
XYZ41.8857.0736-
YUV187.4104.63100.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 215 (84.38% from 255) = 42.16%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=29.22%
G=42.16%
B=28.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492151460.3100.320.16117.3946.3170.78
Hex95D7921F02010752e47
Octal225327222370402016556107
Binary1001010111010111100100101111101000001000011101011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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