#98D53B

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

Shades of Atlantis #98D53B

Tints of Atlantis #98D53B

Color information

#98D53B (or 0x98D53B) is unknown color: approx Atlantis. HEX triplet: 98, D5 and 3B. RGB value is (152,213,59). Sum of RGB (Red+Green+Blue) = 152+213+59=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #98D53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D53B is #672AC4. Grayscale: #B1B1B1. Windows color (decimal): -6761157 or 3921304. OLE color: 3921304.

HSL color Cylindrical-coordinate representation of color #98D53B: hue angle of 83.77º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98D53B is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB15221359-
CMYK0.2900.720.16
HSL83.77º64.71%53.33%-
HSV(B)83.77º72.3%83.53%-
XYZ37.5354.5812.69-
YUV177.261.29110.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 213 (83.59% from 255) = 50.24%
BLUE value IS 59 (23.44% from 255) = 13.92%
R=35.85%
G=50.24%
B=13.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152213590.2900.720.1683.7764.7153.33
Hex98D53B1D04810544135
Octal230325733501102012410165
Binary100110001101010111101111101010010001000010101001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,213,59); }

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

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

 a { background-color: rgb(152,213,59); }

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

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

 span { border-color: rgb(152,213,59); }

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