#98DC52

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

Shades of Atlantis #98DC52

Tints of Atlantis #98DC52

Color information

#98DC52 (or 0x98DC52) is unknown color: approx Atlantis. HEX triplet: 98, DC and 52. RGB value is (152,220,82). Sum of RGB (Red+Green+Blue) = 152+220+82=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DC52 is #6723AD. Grayscale: #B8B8B8. Windows color (decimal): -6759342 or 5430424. OLE color: 5430424.

HSL color Cylindrical-coordinate representation of color #98DC52: hue angle of 89.57º degrees, saturation: 0.66, 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 #98DC52 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB15222082-
CMYK0.3100.630.14
HSL89.57º66.35%59.22%-
HSV(B)89.57º62.73%86.27%-
XYZ40.0758.4717.16-
YUV183.9470.47105.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.48%
GREEN value IS 220 (86.33% from 255) = 48.46%
BLUE value IS 82 (32.42% from 255) = 18.06%
R=33.48%
G=48.46%
B=18.06%

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
Decimal152220820.3100.630.1489.5766.3559.22
Hex98DC521F03FE5a423b
Octal230334122370771613210273
Binary10011000110111001010010111110111111111010110101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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