#98DB4E

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

Shades of Atlantis #98DB4E

Tints of Atlantis #98DB4E

Color information

#98DB4E (or 0x98DB4E) is unknown color: approx Atlantis. HEX triplet: 98, DB and 4E. RGB value is (152,219,78). Sum of RGB (Red+Green+Blue) = 152+219+78=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DB4E is #6724B1. Grayscale: #B7B7B7. Windows color (decimal): -6759602 or 5168024. OLE color: 5168024.

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

Color convert

RGB15221978-
CMYK0.3100.640.14
HSL88.51º66.2%58.24%-
HSV(B)88.51º64.38%85.88%-
XYZ39.6657.8916.29-
YUV182.8968.8105.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.85%
GREEN value IS 219 (85.94% from 255) = 48.78%
BLUE value IS 78 (30.86% from 255) = 17.37%
R=33.85%
G=48.78%
B=17.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152219780.3100.640.1488.5166.258.24
Hex98DB4E1F040E59423a
Octal2303331163701001613110272
Binary100110001101101110011101111101000000111010110011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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