#97CD51

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

Shades of Atlantis #97CD51

Tints of Atlantis #97CD51

Color information

#97CD51 (or 0x97CD51) is unknown color: approx Atlantis. HEX triplet: 97, CD and 51. RGB value is (151,205,81). Sum of RGB (Red+Green+Blue) = 151+205+81=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #97CD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CD51 is #6832AE. Grayscale: #AFAFAF. Windows color (decimal): -6828719 or 5361047. OLE color: 5361047.

HSL color Cylindrical-coordinate representation of color #97CD51: hue angle of 86.13º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #97CD51 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB15120581-
CMYK0.2600.600.20
HSL86.13º55.36%56.08%-
HSV(B)86.13º60.49%80.39%-
XYZ36.0850.8415.7-
YUV174.7275.11111.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.55%
GREEN value IS 205 (80.47% from 255) = 46.91%
BLUE value IS 81 (32.03% from 255) = 18.54%
R=34.55%
G=46.91%
B=18.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151205810.2600.600.2086.1355.3656.08
Hex97CD511A03C14563738
Octal22731512132074241266770
Binary10010111110011011010001110100111100101001010110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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