#98D051

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

Shades of Atlantis #98D051

Tints of Atlantis #98D051

Color information

#98D051 (or 0x98D051) is unknown color: approx Atlantis. HEX triplet: 98, D0 and 51. RGB value is (152,208,81). Sum of RGB (Red+Green+Blue) = 152+208+81=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #98D051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D051 is #672FAE. Grayscale: #B1B1B1. Windows color (decimal): -6762415 or 5361816. OLE color: 5361816.

HSL color Cylindrical-coordinate representation of color #98D051: hue angle of 86.46º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98D051 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB15220881-
CMYK0.2700.610.18
HSL86.46º57.47%56.67%-
HSV(B)86.46º61.06%81.57%-
XYZ36.9952.3815.95-
YUV176.7873.95110.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 208 (81.64% from 255) = 47.17%
BLUE value IS 81 (32.03% from 255) = 18.37%
R=34.47%
G=47.17%
B=18.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152208810.2700.610.1886.4657.4756.67
Hex98D0511B03D12563939
Octal23032012133075221267171
Binary10011000110100001010001110110111101100101010110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,208,81); }

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

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

 a { background-color: rgb(152,208,81); }

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

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

 span { border-color: rgb(152,208,81); }

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