#98DC51

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

Shades of Atlantis #98DC51

Tints of Atlantis #98DC51

Color information

#98DC51 (or 0x98DC51) is unknown color: approx Atlantis. HEX triplet: 98, DC and 51. RGB value is (152,220,81). Sum of RGB (Red+Green+Blue) = 152+220+81=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DC51 is #6723AE. Grayscale: #B8B8B8. Windows color (decimal): -6759343 or 5364888. OLE color: 5364888.

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

Color convert

RGB15222081-
CMYK0.3100.630.14
HSL89.35º66.51%59.02%-
HSV(B)89.35º63.18%86.27%-
XYZ40.0358.4616.96-
YUV183.8269.97105.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.55%
GREEN value IS 220 (86.33% from 255) = 48.57%
BLUE value IS 81 (32.03% from 255) = 17.88%
R=33.55%
G=48.57%
B=17.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152220810.3100.630.1489.3566.5159.02
Hex98DC511F03FE59433b
Octal230334121370771613110373
Binary10011000110111001010001111110111111111010110011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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