#97ca52

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

Shades of Atlantis #97CA52

Tints of Atlantis #97CA52

Color information

#97CA52 (or 0x97CA52) is unknown color: approx Atlantis. HEX triplet: 97, CA and 52. RGB value is (151,202,82). Sum of RGB (Red+Green+Blue) = 151+202+82=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CA52 is #6835AD. Grayscale: #ADADAD. Windows color (decimal): -6829486 or 5425815. OLE color: 5425815.

HSL color Cylindrical-coordinate representation of color #97CA52: hue angle of 85.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97CA52 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB15120282-
CMYK0.2500.590.21
HSL85.5º53.1%55.69%-
HSV(B)85.5º59.41%79.22%-
XYZ35.4149.4315.66-
YUV173.0776.6112.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.71%
GREEN value IS 202 (79.30% from 255) = 46.44%
BLUE value IS 82 (32.42% from 255) = 18.85%
R=34.71%
G=46.44%
B=18.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151202820.2500.590.2185.553.155.69
Hex97CA521903B15563538
Octal22731212231073251266570
Binary10010111110010101010010110010111011101011010110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ca52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,202,82); }

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

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

 a { background-color: rgb(151,202,82); }

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

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

 span { border-color: rgb(151,202,82); }

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