#98DB49

Color #98DB49 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #98DB49

Tints of Atlantis #98DB49

Color information

#98DB49 (or 0x98DB49) is unknown color: approx Atlantis. HEX triplet: 98, DB and 49. RGB value is (152,219,73). Sum of RGB (Red+Green+Blue) = 152+219+73=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DB49 is #6724B6. Grayscale: #B6B6B6. Windows color (decimal): -6759607 or 4840344. OLE color: 4840344.

HSL color Cylindrical-coordinate representation of color #98DB49: hue angle of 87.53º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98DB49 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB15221973-
CMYK0.3100.670.14
HSL87.53º66.97%57.25%-
HSV(B)87.53º66.67%85.88%-
XYZ39.4857.8215.38-
YUV182.3266.3106.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.23%
GREEN value IS 219 (85.94% from 255) = 49.32%
BLUE value IS 73 (28.91% from 255) = 16.44%
R=34.23%
G=49.32%
B=16.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152219730.3100.670.1487.5366.9757.25
Hex98DB491F043E584339
Octal2303331113701031613010371
Binary100110001101101110010011111101000011111010110001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,219,73); }

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

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

 a { background-color: rgb(152,219,73); }

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

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

 span { border-color: rgb(152,219,73); }

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