#97E835

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

Shades of Atlantis #97E835

Tints of Atlantis #97E835

Color information

#97E835 (or 0x97E835) is unknown color: approx Atlantis. HEX triplet: 97, E8 and 35. RGB value is (151,232,53). Sum of RGB (Red+Green+Blue) = 151+232+53=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 232 (91.02% from 255 or 53.21% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 232 - color contains mainly: green. Hex color #97E835 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #97E835 is #6817CA. Grayscale: #BCBCBC. Windows color (decimal): -6821835 or 3532951. OLE color: 3532951.

HSL color Cylindrical-coordinate representation of color #97E835: hue angle of 87.15º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #97E835 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB15123253-
CMYK0.3500.770.09
HSL87.15º79.56%55.88%-
HSV(B)87.15º77.16%90.98%-
XYZ42.2664.5513.6-
YUV187.3852.16102.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.63%
GREEN value IS 232 (91.02% from 255) = 53.21%
BLUE value IS 53 (21.09% from 255) = 12.16%
R=34.63%
G=53.21%
B=12.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal151232530.3500.770.0987.1579.5655.88
Hex97E8352304D9575038
Octal227350654301151112712070
Binary100101111110100011010110001101001101100110101111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,232,53); }

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

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

 a { background-color: rgb(151,232,53); }

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

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

 span { border-color: rgb(151,232,53); }

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