#98DD47

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

Shades of Atlantis #98DD47

Tints of Atlantis #98DD47

Color information

#98DD47 (or 0x98DD47) is unknown color: approx Atlantis. HEX triplet: 98, DD and 47. RGB value is (152,221,71). Sum of RGB (Red+Green+Blue) = 152+221+71=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DD47 is #6722B8. Grayscale: #B7B7B7. Windows color (decimal): -6759097 or 4709784. OLE color: 4709784.

HSL color Cylindrical-coordinate representation of color #98DD47: hue angle of 87.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98DD47 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB15222171-
CMYK0.3100.680.13
HSL87.6º68.81%57.25%-
HSV(B)87.6º67.87%86.67%-
XYZ39.9458.8415.21-
YUV183.2764.64105.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.23%
GREEN value IS 221 (86.72% from 255) = 49.77%
BLUE value IS 71 (28.12% from 255) = 15.99%
R=34.23%
G=49.77%
B=15.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152221710.3100.680.1387.668.8157.25
Hex98DD471F044D584539
Octal2303351073701041513010571
Binary100110001101110110001111111101000100110110110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,221,71); }

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

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

 a { background-color: rgb(152,221,71); }

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

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

 span { border-color: rgb(152,221,71); }

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