#97DB49

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

Shades of Atlantis #97DB49

Tints of Atlantis #97DB49

Color information

#97DB49 (or 0x97DB49) is unknown color: approx Atlantis. HEX triplet: 97, DB and 49. RGB value is (151,219,73). Sum of RGB (Red+Green+Blue) = 151+219+73=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #97DB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97DB49 is #6824B6. Grayscale: #B6B6B6. Windows color (decimal): -6825143 or 4840343. OLE color: 4840343.

HSL color Cylindrical-coordinate representation of color #97DB49: hue angle of 87.95º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #97DB49 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB15121973-
CMYK0.3100.670.14
HSL87.95º66.97%57.25%-
HSV(B)87.95º66.67%85.88%-
XYZ39.357.7215.37-
YUV182.0266.47105.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.09%
GREEN value IS 219 (85.94% from 255) = 49.44%
BLUE value IS 73 (28.91% from 255) = 16.48%
R=34.09%
G=49.44%
B=16.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal151219730.3100.670.1487.9566.9757.25
Hex97DB491F043E584339
Octal2273331113701031613010371
Binary100101111101101110010011111101000011111010110001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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