#98DE36

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

Shades of Atlantis #98DE36

Tints of Atlantis #98DE36

Color information

#98DE36 (or 0x98DE36) is unknown color: approx Atlantis. HEX triplet: 98, DE and 36. RGB value is (152,222,54). Sum of RGB (Red+Green+Blue) = 152+222+54=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 222 (87.11% from 255 or 51.87% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 222 - color contains mainly: green. Hex color #98DE36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DE36 is #6721C9. Grayscale: #B6B6B6. Windows color (decimal): -6758858 or 3595928. OLE color: 3595928.

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

Color convert

RGB15222254-
CMYK0.3200.760.13
HSL85º71.79%54.12%-
HSV(B)85º75.68%87.06%-
XYZ39.7459.1812.82-
YUV181.9255.81106.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 222 (87.11% from 255) = 51.87%
BLUE value IS 54 (21.48% from 255) = 12.62%
R=35.51%
G=51.87%
B=12.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152222540.3200.760.138571.7954.12
Hex98DE362004CD554836
Octal230336664001141512511066
Binary100110001101111011011010000001001100110110101011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,222,54); }

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

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

 a { background-color: rgb(152,222,54); }

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

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

 span { border-color: rgb(152,222,54); }

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