#97DE45

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

Shades of Atlantis #97DE45

Tints of Atlantis #97DE45

Color information

#97DE45 (or 0x97DE45) is unknown color: approx Atlantis. HEX triplet: 97, DE and 45. RGB value is (151,222,69). Sum of RGB (Red+Green+Blue) = 151+222+69=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #97DE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97DE45 is #6821BA. Grayscale: #B7B7B7. Windows color (decimal): -6824379 or 4578967. OLE color: 4578967.

HSL color Cylindrical-coordinate representation of color #97DE45: hue angle of 87.84º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97DE45 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB15122269-
CMYK0.3200.690.13
HSL87.84º69.86%57.06%-
HSV(B)87.84º68.92%87.06%-
XYZ39.9659.2514.96-
YUV183.3363.48104.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 222 (87.11% from 255) = 50.23%
BLUE value IS 69 (27.34% from 255) = 15.61%
R=34.16%
G=50.23%
B=15.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151222690.3200.690.1387.8469.8657.06
Hex97DE4520045D584639
Octal2273361054001051513010671
Binary1001011111011110100010110000001000101110110110001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,222,69); }

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

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

 a { background-color: rgb(151,222,69); }

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

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

 span { border-color: rgb(151,222,69); }

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