#98DB43

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

Shades of Atlantis #98DB43

Tints of Atlantis #98DB43

Color information

#98DB43 (or 0x98DB43) is unknown color: approx Atlantis. HEX triplet: 98, DB and 43. RGB value is (152,219,67). Sum of RGB (Red+Green+Blue) = 152+219+67=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DB43 is #6724BC. Grayscale: #B6B6B6. Windows color (decimal): -6759613 or 4447128. OLE color: 4447128.

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

Color convert

RGB15221967-
CMYK0.3100.690.14
HSL86.45º67.86%56.08%-
HSV(B)86.45º69.41%85.88%-
XYZ39.2957.7414.38-
YUV181.6463.3106.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 219 (85.94% from 255) = 50%
BLUE value IS 67 (26.56% from 255) = 15.30%
R=34.70%
G=50%
B=15.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152219670.3100.690.1486.4567.8656.08
Hex98DB431F045E564438
Octal2303331033701051612610470
Binary100110001101101110000111111101000101111010101101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,219,67); }

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

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

 a { background-color: rgb(152,219,67); }

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

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

 span { border-color: rgb(152,219,67); }

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