#98DD3D

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

Shades of Atlantis #98DD3D

Tints of Atlantis #98DD3D

Color information

#98DD3D (or 0x98DD3D) is unknown color: approx Atlantis. HEX triplet: 98, DD and 3D. RGB value is (152,221,61). Sum of RGB (Red+Green+Blue) = 152+221+61=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DD3D is #6722C2. Grayscale: #B6B6B6. Windows color (decimal): -6759107 or 4054424. OLE color: 4054424.

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

Color convert

RGB15222161-
CMYK0.3100.720.13
HSL85.88º70.18%55.29%-
HSV(B)85.88º72.4%86.67%-
XYZ39.6558.7313.66-
YUV182.1359.64106.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 221 (86.72% from 255) = 50.92%
BLUE value IS 61 (24.22% from 255) = 14.06%
R=35.02%
G=50.92%
B=14.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152221610.3100.720.1385.8870.1855.29
Hex98DD3D1F048D564637
Octal230335753701101512610667
Binary10011000110111011111011111101001000110110101101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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