#97C855

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

Shades of Atlantis #97C855

Tints of Atlantis #97C855

Color information

#97C855 (or 0x97C855) is unknown color: approx Atlantis. HEX triplet: 97, C8 and 55. RGB value is (151,200,85). Sum of RGB (Red+Green+Blue) = 151+200+85=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #97C855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C855 is #6837AA. Grayscale: #ACACAC. Windows color (decimal): -6829995 or 5621911. OLE color: 5621911.

HSL color Cylindrical-coordinate representation of color #97C855: hue angle of 85.57º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97C855 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB15120085-
CMYK0.2400.580.22
HSL85.57º51.11%55.88%-
HSV(B)85.57º57.5%78.43%-
XYZ35.0648.5416.12-
YUV172.2478.77112.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.63%
GREEN value IS 200 (78.52% from 255) = 45.87%
BLUE value IS 85 (33.59% from 255) = 19.50%
R=34.63%
G=45.87%
B=19.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151200850.2400.580.2285.5751.1155.88
Hex97C8551803A16563338
Octal22731012530072261266370
Binary10010111110010001010101110000111010101101010110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97C855; }

 p { color: rgb(151,200,85); }

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

<style>
 a { background-color: #97C855; }

 a { background-color: rgb(151,200,85); }

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

<style>
 span { border-color: #97C855; }

 span { border-color: rgb(151,200,85); }

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