#98DD44

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

Shades of Atlantis #98DD44

Tints of Atlantis #98DD44

Color information

#98DD44 (or 0x98DD44) is unknown color: approx Atlantis. HEX triplet: 98, DD and 44. RGB value is (152,221,68). Sum of RGB (Red+Green+Blue) = 152+221+68=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DD44 is #6722BB. Grayscale: #B7B7B7. Windows color (decimal): -6759100 or 4513176. OLE color: 4513176.

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

Color convert

RGB15222168-
CMYK0.3100.690.13
HSL87.06º69.23%56.67%-
HSV(B)87.06º69.23%86.67%-
XYZ39.8558.8114.72-
YUV182.9363.14105.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 221 (86.72% from 255) = 50.11%
BLUE value IS 68 (26.95% from 255) = 15.42%
R=34.47%
G=50.11%
B=15.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152221680.3100.690.1387.0669.2356.67
Hex98DD441F045D574539
Octal2303351043701051512710571
Binary100110001101110110001001111101000101110110101111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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