#97EF46

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

Shades of Atlantis #97EF46

Tints of Atlantis #97EF46

Color information

#97EF46 (or 0x97EF46) is unknown color: approx Atlantis. HEX triplet: 97, EF and 46. RGB value is (151,239,70). Sum of RGB (Red+Green+Blue) = 151+239+70=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 239 (93.75% from 255 or 51.96% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 239 - color contains mainly: green. Hex color #97EF46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #97EF46 is #6810B9. Grayscale: #C2C2C2. Windows color (decimal): -6820026 or 4648855. OLE color: 4648855.

HSL color Cylindrical-coordinate representation of color #97EF46: hue angle of 91.24º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97EF46 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB15123970-
CMYK0.3700.710.06
HSL91.24º84.08%60.59%-
HSV(B)91.24º70.71%93.73%-
XYZ44.7368.7516.71-
YUV193.4258.3597.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.83%
GREEN value IS 239 (93.75% from 255) = 51.96%
BLUE value IS 70 (27.73% from 255) = 15.22%
R=32.83%
G=51.96%
B=15.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151239700.3700.710.0691.2484.0860.59
Hex97EF462504765b543d
Octal227357106450107613312475
Binary100101111110111110001101001010100011111010110111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,239,70); }

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

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

 a { background-color: rgb(151,239,70); }

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

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

 span { border-color: rgb(151,239,70); }

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