#98CF55

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

Shades of Atlantis #98CF55

Tints of Atlantis #98CF55

Color information

#98CF55 (or 0x98CF55) is unknown color: approx Atlantis. HEX triplet: 98, CF and 55. RGB value is (152,207,85). Sum of RGB (Red+Green+Blue) = 152+207+85=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CF55 is #6730AA. Grayscale: #B1B1B1. Windows color (decimal): -6762667 or 5623704. OLE color: 5623704.

HSL color Cylindrical-coordinate representation of color #98CF55: hue angle of 87.05º 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 #98CF55 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB15220785-
CMYK0.2700.590.19
HSL87.05º55.96%57.25%-
HSV(B)87.05º58.94%81.18%-
XYZ36.951.9616.68-
YUV176.6576.28110.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.23%
GREEN value IS 207 (81.25% from 255) = 46.62%
BLUE value IS 85 (33.59% from 255) = 19.14%
R=34.23%
G=46.62%
B=19.14%

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
Decimal152207850.2700.590.1987.0555.9657.25
Hex98CF551B03B13573839
Octal23031712533073231277071
Binary10011000110011111010101110110111011100111010111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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