#98cf54

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

Shades of Atlantis #98CF54

Tints of Atlantis #98CF54

Color information

#98CF54 (or 0x98CF54) is unknown color: approx Atlantis. HEX triplet: 98, CF and 54. RGB value is (152,207,84). Sum of RGB (Red+Green+Blue) = 152+207+84=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CF54 is #6730AB. Grayscale: #B0B0B0. Windows color (decimal): -6762668 or 5558168. OLE color: 5558168.

HSL color Cylindrical-coordinate representation of color #98CF54: hue angle of 86.83º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98CF54 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB15220784-
CMYK0.2700.590.19
HSL86.83º56.16%57.06%-
HSV(B)86.83º59.42%81.18%-
XYZ36.8651.9416.47-
YUV176.5375.78110.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 207 (81.25% from 255) = 46.73%
BLUE value IS 84 (33.20% from 255) = 18.96%
R=34.31%
G=46.73%
B=18.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152207840.2700.590.1986.8356.1657.06
Hex98CF541B03B13573839
Octal23031712433073231277071
Binary10011000110011111010100110110111011100111010111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98cf54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,207,84); }

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

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

 a { background-color: rgb(152,207,84); }

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

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

 span { border-color: rgb(152,207,84); }

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