#97C351

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

Shades of Atlantis #97C351

Tints of Atlantis #97C351

Color information

#97C351 (or 0x97C351) is unknown color: approx Atlantis. HEX triplet: 97, C3 and 51. RGB value is (151,195,81). Sum of RGB (Red+Green+Blue) = 151+195+81=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #97C351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C351 is #683CAE. Grayscale: #A9A9A9. Windows color (decimal): -6831279 or 5358487. OLE color: 5358487.

HSL color Cylindrical-coordinate representation of color #97C351: hue angle of 83.16º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97C351 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB15119581-
CMYK0.2300.580.24
HSL83.16º48.72%54.12%-
HSV(B)83.16º58.46%76.47%-
XYZ33.7646.214.92-
YUV168.8578.42115.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.36%
GREEN value IS 195 (76.56% from 255) = 45.67%
BLUE value IS 81 (32.03% from 255) = 18.97%
R=35.36%
G=45.67%
B=18.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151195810.2300.580.2483.1648.7254.12
Hex97C3511703A18533136
Octal22730312127072301236166
Binary10010111110000111010001101110111010110001010011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,195,81); }

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

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

 a { background-color: rgb(151,195,81); }

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

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

 span { border-color: rgb(151,195,81); }

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