#98D53D

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

Shades of Atlantis #98D53D

Tints of Atlantis #98D53D

Color information

#98D53D (or 0x98D53D) is unknown color: approx Atlantis. HEX triplet: 98, D5 and 3D. RGB value is (152,213,61). Sum of RGB (Red+Green+Blue) = 152+213+61=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #98D53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D53D is #672AC2. Grayscale: #B1B1B1. Windows color (decimal): -6761155 or 4052376. OLE color: 4052376.

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

Color convert

RGB15221361-
CMYK0.2900.710.16
HSL84.08º64.41%53.73%-
HSV(B)84.08º71.36%83.53%-
XYZ37.5954.612.97-
YUV177.4362.29109.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.68%
GREEN value IS 213 (83.59% from 255) = 50%
BLUE value IS 61 (24.22% from 255) = 14.32%
R=35.68%
G=50%
B=14.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152213610.2900.710.1684.0864.4153.73
Hex98D53D1D04710544036
Octal230325753501072012410066
Binary100110001101010111110111101010001111000010101001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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