#95DC98

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

Shades of Granny Smith Apple #95DC98

Tints of Granny Smith Apple #95DC98

Color information

#95DC98 (or 0x95DC98) is unknown color: approx Granny Smith Apple. HEX triplet: 95, DC and 98. RGB value is (149,220,152). Sum of RGB (Red+Green+Blue) = 149+220+152=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DC98 is #6A2367. Grayscale: #BFBFBF. Windows color (decimal): -6955880 or 10017941. OLE color: 10017941.

HSL color Cylindrical-coordinate representation of color #95DC98: hue angle of 122.54º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DC98 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB149220152-
CMYK0.3200.310.14
HSL122.54º50.35%72.35%-
HSV(B)122.54º32.27%86.27%-
XYZ43.6659.8438.96-
YUV191.02105.9898.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=28.60%
G=42.23%
B=29.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201520.3200.310.14122.5450.3572.35
Hex95DC982001FE7b3248
Octal225334230400371617362110
Binary100101011101110010011000100000011111111011110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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