#98CC53

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

Shades of Atlantis #98CC53

Tints of Atlantis #98CC53

Color information

#98CC53 (or 0x98CC53) is unknown color: approx Atlantis. HEX triplet: 98, CC and 53. RGB value is (152,204,83). Sum of RGB (Red+Green+Blue) = 152+204+83=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CC53 is #6733AC. Grayscale: #AFAFAF. Windows color (decimal): -6763437 or 5491864. OLE color: 5491864.

HSL color Cylindrical-coordinate representation of color #98CC53: hue angle of 85.79º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98CC53 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB15220483-
CMYK0.2500.590.2
HSL85.79º54.26%56.27%-
HSV(B)85.79º59.31%80%-
XYZ36.150.4916.03-
YUV174.6676.27111.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.62%
GREEN value IS 204 (80.08% from 255) = 46.47%
BLUE value IS 83 (32.81% from 255) = 18.91%
R=34.62%
G=46.47%
B=18.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152204830.2500.590.285.7954.2656.27
Hex98CC531903B14563638
Octal23031412331073241266670
Binary10011000110011001010011110010111011101001010110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,204,83); }

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

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

 a { background-color: rgb(152,204,83); }

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

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

 span { border-color: rgb(152,204,83); }

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