#97CD49

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

Shades of Atlantis #97CD49

Tints of Atlantis #97CD49

Color information

#97CD49 (or 0x97CD49) is unknown color: approx Atlantis. HEX triplet: 97, CD and 49. RGB value is (151,205,73). Sum of RGB (Red+Green+Blue) = 151+205+73=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #97CD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CD49 is #6832B6. Grayscale: #AEAEAE. Windows color (decimal): -6828727 or 4836759. OLE color: 4836759.

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

Color convert

RGB15120573-
CMYK0.2600.640.20
HSL84.55º56.9%54.51%-
HSV(B)84.55º64.39%80.39%-
XYZ35.850.7214.21-
YUV173.8171.11111.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.20%
GREEN value IS 205 (80.47% from 255) = 47.79%
BLUE value IS 73 (28.91% from 255) = 17.02%
R=35.20%
G=47.79%
B=17.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151205730.2600.640.2084.5556.954.51
Hex97CD491A04014553937
Octal227315111320100241257167
Binary100101111100110110010011101001000000101001010101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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