#97D53D

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

Shades of Atlantis #97D53D

Tints of Atlantis #97D53D

Color information

#97D53D (or 0x97D53D) is unknown color: approx Atlantis. HEX triplet: 97, D5 and 3D. RGB value is (151,213,61). Sum of RGB (Red+Green+Blue) = 151+213+61=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #97D53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D53D is #682AC2. Grayscale: #B1B1B1. Windows color (decimal): -6826691 or 4052375. OLE color: 4052375.

HSL color Cylindrical-coordinate representation of color #97D53D: hue angle of 84.47º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97D53D is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB15121361-
CMYK0.2900.710.16
HSL84.47º64.41%53.73%-
HSV(B)84.47º71.36%83.53%-
XYZ37.454.512.96-
YUV177.1362.46109.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 213 (83.59% from 255) = 50.12%
BLUE value IS 61 (24.22% from 255) = 14.35%
R=35.53%
G=50.12%
B=14.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal151213610.2900.710.1684.4764.4153.73
Hex97D53D1D04710544036
Octal227325753501072012410066
Binary100101111101010111110111101010001111000010101001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,213,61); }

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

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

 a { background-color: rgb(151,213,61); }

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

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

 span { border-color: rgb(151,213,61); }

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