#97CF56

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

Shades of Atlantis #97CF56

Tints of Atlantis #97CF56

Color information

#97CF56 (or 0x97CF56) is unknown color: approx Atlantis. HEX triplet: 97, CF and 56. RGB value is (151,207,86). Sum of RGB (Red+Green+Blue) = 151+207+86=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #97CF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CF56 is #6830A9. Grayscale: #B0B0B0. Windows color (decimal): -6828202 or 5689239. OLE color: 5689239.

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

Color convert

RGB15120786-
CMYK0.2700.580.19
HSL87.77º55.76%57.45%-
HSV(B)87.77º58.45%81.18%-
XYZ36.7651.8816.88-
YUV176.4676.95109.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.01%
GREEN value IS 207 (81.25% from 255) = 46.62%
BLUE value IS 86 (33.98% from 255) = 19.37%
R=34.01%
G=46.62%
B=19.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151207860.2700.580.1987.7755.7657.45
Hex97CF561B03A13583839
Octal22731712633072231307071
Binary10010111110011111010110110110111010100111011000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,207,86); }

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

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

 a { background-color: rgb(151,207,86); }

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

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

 span { border-color: rgb(151,207,86); }

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