#97DB3D

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

Shades of Atlantis #97DB3D

Tints of Atlantis #97DB3D

Color information

#97DB3D (or 0x97DB3D) is unknown color: approx Atlantis. HEX triplet: 97, DB and 3D. RGB value is (151,219,61). Sum of RGB (Red+Green+Blue) = 151+219+61=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #97DB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97DB3D is #6824C2. Grayscale: #B5B5B5. Windows color (decimal): -6825155 or 4053911. OLE color: 4053911.

HSL color Cylindrical-coordinate representation of color #97DB3D: hue angle of 85.82º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97DB3D is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB15121961-
CMYK0.3100.720.14
HSL85.82º68.7%54.9%-
HSV(B)85.82º72.15%85.88%-
XYZ38.9457.5813.48-
YUV180.6660.47106.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 219 (85.94% from 255) = 50.81%
BLUE value IS 61 (24.22% from 255) = 14.15%
R=35.03%
G=50.81%
B=14.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal151219610.3100.720.1485.8268.754.9
Hex97DB3D1F048E564537
Octal227333753701101612610567
Binary10010111110110111111011111101001000111010101101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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