#98DF92

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

Shades of Granny Smith Apple #98DF92

Tints of Granny Smith Apple #98DF92

Color information

#98DF92 (or 0x98DF92) is unknown color: approx Granny Smith Apple. HEX triplet: 98, DF and 92. RGB value is (152,223,146). Sum of RGB (Red+Green+Blue) = 152+223+146=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DF92 is #67206D. Grayscale: #C1C1C1. Windows color (decimal): -6758510 or 9625496. OLE color: 9625496.

HSL color Cylindrical-coordinate representation of color #98DF92: hue angle of 115.32º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98DF92 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB152223146-
CMYK0.3200.350.13
HSL115.32º54.61%72.35%-
HSV(B)115.32º34.53%87.45%-
XYZ44.5261.5336.72-
YUV192.99101.4898.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.17%
GREEN value IS 223 (87.5% from 255) = 42.80%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=29.17%
G=42.80%
B=28.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522231460.3200.350.13115.3254.6172.35
Hex98DF9220023D733748
Octal230337222400431516367110
Binary1001100011011111100100101000000100011110111100111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,223,146); }

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

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

 a { background-color: rgb(152,223,146); }

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

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

 span { border-color: rgb(152,223,146); }

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