#97E542

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

Shades of Atlantis #97E542

Tints of Atlantis #97E542

Color information

#97E542 (or 0x97E542) is unknown color: approx Atlantis. HEX triplet: 97, E5 and 42. RGB value is (151,229,66). Sum of RGB (Red+Green+Blue) = 151+229+66=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #97E542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97E542 is #681ABD. Grayscale: #BBBBBB. Windows color (decimal): -6822590 or 4384151. OLE color: 4384151.

HSL color Cylindrical-coordinate representation of color #97E542: hue angle of 88.71º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97E542 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB15122966-
CMYK0.3400.710.10
HSL88.71º75.81%57.84%-
HSV(B)88.71º71.18%89.8%-
XYZ41.7763.0115.12-
YUV187.159.66102.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 229 (89.84% from 255) = 51.35%
BLUE value IS 66 (26.17% from 255) = 14.80%
R=33.86%
G=51.35%
B=14.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal151229660.3400.710.1088.7175.8157.84
Hex97E54222047A594c3a
Octal2273451024201071213111472
Binary1001011111100101100001010001001000111101010110011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,229,66); }

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

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

 a { background-color: rgb(151,229,66); }

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

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

 span { border-color: rgb(151,229,66); }

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