#97D84B

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

Shades of Atlantis #97D84B

Tints of Atlantis #97D84B

Color information

#97D84B (or 0x97D84B) is unknown color: approx Atlantis. HEX triplet: 97, D8 and 4B. RGB value is (151,216,75). Sum of RGB (Red+Green+Blue) = 151+216+75=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #97D84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D84B is #6827B4. Grayscale: #B4B4B4. Windows color (decimal): -6825909 or 4970647. OLE color: 4970647.

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

Color convert

RGB15121675-
CMYK0.3000.650.15
HSL87.66º64.38%57.06%-
HSV(B)87.66º65.28%84.71%-
XYZ38.5956.215.47-
YUV180.4968.47106.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 216 (84.77% from 255) = 48.87%
BLUE value IS 75 (29.69% from 255) = 16.97%
R=34.16%
G=48.87%
B=16.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal151216750.3000.650.1587.6664.3857.06
Hex97D84B1E041F584039
Octal2273301133601011713010071
Binary100101111101100010010111111001000001111110110001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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