#97D355

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

Shades of Atlantis #97D355

Tints of Atlantis #97D355

Color information

#97D355 (or 0x97D355) is unknown color: approx Atlantis. HEX triplet: 97, D3 and 55. RGB value is (151,211,85). Sum of RGB (Red+Green+Blue) = 151+211+85=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #97D355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D355 is #682CAA. Grayscale: #B3B3B3. Windows color (decimal): -6827179 or 5624727. OLE color: 5624727.

HSL color Cylindrical-coordinate representation of color #97D355: hue angle of 88.57º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #97D355 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB15121185-
CMYK0.2800.600.17
HSL88.57º58.88%58.04%-
HSV(B)88.57º59.72%82.75%-
XYZ37.753.8217-
YUV178.775.12108.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.78%
GREEN value IS 211 (82.81% from 255) = 47.20%
BLUE value IS 85 (33.59% from 255) = 19.02%
R=33.78%
G=47.20%
B=19.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal151211850.2800.600.1788.5758.8858.04
Hex97D3551C03C11593b3a
Octal22732312534074211317372
Binary10010111110100111010101111000111100100011011001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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