#97D84D

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

Shades of Atlantis #97D84D

Tints of Atlantis #97D84D

Color information

#97D84D (or 0x97D84D) is unknown color: approx Atlantis. HEX triplet: 97, D8 and 4D. RGB value is (151,216,77). Sum of RGB (Red+Green+Blue) = 151+216+77=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #97D84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D84D is #6827B2. Grayscale: #B5B5B5. Windows color (decimal): -6825907 or 5101719. OLE color: 5101719.

HSL color Cylindrical-coordinate representation of color #97D84D: hue angle of 88.06º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97D84D is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB15121677-
CMYK0.3000.640.15
HSL88.06º64.06%57.45%-
HSV(B)88.06º64.35%84.71%-
XYZ38.6656.2315.84-
YUV180.7269.47106.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.01%
GREEN value IS 216 (84.77% from 255) = 48.65%
BLUE value IS 77 (30.47% from 255) = 17.34%
R=34.01%
G=48.65%
B=17.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal151216770.3000.640.1588.0664.0657.45
Hex97D84D1E040F584039
Octal2273301153601001713010071
Binary100101111101100010011011111001000000111110110001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,216,77); }

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

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

 a { background-color: rgb(151,216,77); }

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

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

 span { border-color: rgb(151,216,77); }

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