#95DE98

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

Shades of Granny Smith Apple #95DE98

Tints of Granny Smith Apple #95DE98

Color information

#95DE98 (or 0x95DE98) is unknown color: approx Granny Smith Apple. HEX triplet: 95, DE and 98. RGB value is (149,222,152). Sum of RGB (Red+Green+Blue) = 149+222+152=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DE98 is #6A2167. Grayscale: #C0C0C0. Windows color (decimal): -6955368 or 10018453. OLE color: 10018453.

HSL color Cylindrical-coordinate representation of color #95DE98: hue angle of 122.47º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DE98 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB149222152-
CMYK0.3300.320.13
HSL122.47º52.52%72.75%-
HSV(B)122.47º32.88%87.06%-
XYZ44.1860.939.13-
YUV192.19105.3297.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.49%
GREEN value IS 222 (87.11% from 255) = 42.45%
BLUE value IS 152 (59.77% from 255) = 29.06%
R=28.49%
G=42.45%
B=29.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492221520.3300.320.13122.4752.5272.75
Hex95DE9821020D7a3549
Octal225336230410401517265111
Binary1001010111011110100110001000010100000110111110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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