#97D953

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

Shades of Atlantis #97D953

Tints of Atlantis #97D953

Color information

#97D953 (or 0x97D953) is unknown color: approx Atlantis. HEX triplet: 97, D9 and 53. RGB value is (151,217,83). Sum of RGB (Red+Green+Blue) = 151+217+83=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #97D953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D953 is #6826AC. Grayscale: #B6B6B6. Windows color (decimal): -6825645 or 5495191. OLE color: 5495191.

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

Color convert

RGB15121783-
CMYK0.3000.620.15
HSL89.55º63.81%58.82%-
HSV(B)89.55º61.75%85.1%-
XYZ39.1456.8317.09-
YUV181.9972.13105.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 217 (85.16% from 255) = 48.12%
BLUE value IS 83 (32.81% from 255) = 18.40%
R=33.48%
G=48.12%
B=18.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal151217830.3000.620.1589.5563.8158.82
Hex97D9531E03EF5a403b
Octal227331123360761713210073
Binary10010111110110011010011111100111110111110110101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,217,83); }

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

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

 a { background-color: rgb(151,217,83); }

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

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

 span { border-color: rgb(151,217,83); }

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