#98CB58

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

Shades of Atlantis #98CB58

Tints of Atlantis #98CB58

Color information

#98CB58 (or 0x98CB58) is unknown color: approx Atlantis. HEX triplet: 98, CB and 58. RGB value is (152,203,88). Sum of RGB (Red+Green+Blue) = 152+203+88=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CB58 is #6734A7. Grayscale: #AFAFAF. Windows color (decimal): -6763688 or 5819288. OLE color: 5819288.

HSL color Cylindrical-coordinate representation of color #98CB58: hue angle of 86.61º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98CB58 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB15220388-
CMYK0.2500.570.20
HSL86.61º52.51%57.06%-
HSV(B)86.61º56.65%79.61%-
XYZ36.0750.0917-
YUV174.6479.1111.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 203 (79.69% from 255) = 45.82%
BLUE value IS 88 (34.77% from 255) = 19.86%
R=34.31%
G=45.82%
B=19.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152203880.2500.570.2086.6152.5157.06
Hex98CB581903914573539
Octal23031313031071241276571
Binary10011000110010111011000110010111001101001010111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,203,88); }

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

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

 a { background-color: rgb(152,203,88); }

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

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

 span { border-color: rgb(152,203,88); }

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