#98CC50

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

Shades of Atlantis #98CC50

Tints of Atlantis #98CC50

Color information

#98CC50 (or 0x98CC50) is unknown color: approx Atlantis. HEX triplet: 98, CC and 50. RGB value is (152,204,80). Sum of RGB (Red+Green+Blue) = 152+204+80=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CC50 is #6733AF. Grayscale: #AEAEAE. Windows color (decimal): -6763440 or 5295256. OLE color: 5295256.

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

Color convert

RGB15220480-
CMYK0.2500.610.2
HSL85.16º54.87%55.69%-
HSV(B)85.16º60.78%80%-
XYZ35.9950.4415.43-
YUV174.3274.77112.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 204 (80.08% from 255) = 46.79%
BLUE value IS 80 (31.64% from 255) = 18.35%
R=34.86%
G=46.79%
B=18.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152204800.2500.610.285.1654.8755.69
Hex98CC501903D14553738
Octal23031412031075241256770
Binary10011000110011001010000110010111101101001010101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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