#98DC95

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

Shades of Granny Smith Apple #98DC95

Tints of Granny Smith Apple #98DC95

Color information

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

HSL color Cylindrical-coordinate representation of color #98DC95: hue angle of 117.46º 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 #98DC95 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB152220149-
CMYK0.3100.320.14
HSL117.46º50.35%72.35%-
HSV(B)117.46º32.27%86.27%-
XYZ43.9760.0337.7-
YUV191.57103.9799.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522201490.3100.320.14117.4650.3572.35
Hex98DC951F020E753248
Octal230334225370401616562110
Binary100110001101110010010101111110100000111011101011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98DC95; }

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

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

<style>
 a { background-color: #98DC95; }

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

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

<style>
 span { border-color: #98DC95; }

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

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