#97D348

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

Shades of Atlantis #97D348

Tints of Atlantis #97D348

Color information

#97D348 (or 0x97D348) is unknown color: approx Atlantis. HEX triplet: 97, D3 and 48. RGB value is (151,211,72). Sum of RGB (Red+Green+Blue) = 151+211+72=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #97D348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D348 is #682CB7. Grayscale: #B1B1B1. Windows color (decimal): -6827192 or 4772759. OLE color: 4772759.

HSL color Cylindrical-coordinate representation of color #97D348: hue angle of 85.9º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97D348 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB15121172-
CMYK0.2800.660.17
HSL85.9º61.23%55.49%-
HSV(B)85.9º65.88%82.75%-
XYZ37.2353.6414.52-
YUV177.2168.62109.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.79%
GREEN value IS 211 (82.81% from 255) = 48.62%
BLUE value IS 72 (28.52% from 255) = 16.59%
R=34.79%
G=48.62%
B=16.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal151211720.2800.660.1785.961.2355.49
Hex97D3481C04211563d37
Octal227323110340102211267567
Binary100101111101001110010001110001000010100011010110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,211,72); }

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

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

 a { background-color: rgb(151,211,72); }

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

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

 span { border-color: rgb(151,211,72); }

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