#95D798

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

Shades of Granny Smith Apple #95D798

Tints of Granny Smith Apple #95D798

Color information

#95D798 (or 0x95D798) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D7 and 98. RGB value is (149,215,152). Sum of RGB (Red+Green+Blue) = 149+215+152=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #95D798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D798 is #6A2867. Grayscale: #BCBCBC. Windows color (decimal): -6957160 or 10016661. OLE color: 10016661.

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

Color convert

RGB149215152-
CMYK0.3100.290.16
HSL122.73º45.21%71.37%-
HSV(B)122.73º30.7%84.31%-
XYZ42.3657.2638.52-
YUV188.08107.63100.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.88%
GREEN value IS 215 (84.38% from 255) = 41.67%
BLUE value IS 152 (59.77% from 255) = 29.46%
R=28.88%
G=41.67%
B=29.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492151520.3100.290.16122.7345.2171.37
Hex95D7981F01D107b2d47
Octal225327230370352017355107
Binary100101011101011110011000111110111011000011110111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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