#98EB40

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

Shades of Atlantis #98EB40

Tints of Atlantis #98EB40

Color information

#98EB40 (or 0x98EB40) is unknown color: approx Atlantis. HEX triplet: 98, EB and 40. RGB value is (152,235,64). Sum of RGB (Red+Green+Blue) = 152+235+64=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #98EB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98EB40 is #6714BF. Grayscale: #BFBFBF. Windows color (decimal): -6755520 or 4254616. OLE color: 4254616.

HSL color Cylindrical-coordinate representation of color #98EB40: hue angle of 89.12º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98EB40 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB15223564-
CMYK0.3500.730.08
HSL89.12º81.04%58.63%-
HSV(B)89.12º72.77%92.16%-
XYZ43.5866.4615.38-
YUV190.6956.5100.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 235 (92.19% from 255) = 52.11%
BLUE value IS 64 (25.39% from 255) = 14.19%
R=33.70%
G=52.11%
B=14.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal152235640.3500.730.0889.1281.0458.63
Hex98EB4023049859513b
Octal2303531004301111013112173
Binary1001100011101011100000010001101001001100010110011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,235,64); }

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

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

 a { background-color: rgb(152,235,64); }

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

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

 span { border-color: rgb(152,235,64); }

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