#97DC41

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

Shades of Atlantis #97DC41

Tints of Atlantis #97DC41

Color information

#97DC41 (or 0x97DC41) is unknown color: approx Atlantis. HEX triplet: 97, DC and 41. RGB value is (151,220,65). Sum of RGB (Red+Green+Blue) = 151+220+65=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #97DC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97DC41 is #6823BE. Grayscale: #B6B6B6. Windows color (decimal): -6824895 or 4316311. OLE color: 4316311.

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

Color convert

RGB15122065-
CMYK0.3100.700.14
HSL86.71º68.89%55.88%-
HSV(B)86.71º70.45%86.27%-
XYZ39.3158.1514.15-
YUV181.762.14106.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.63%
GREEN value IS 220 (86.33% from 255) = 50.46%
BLUE value IS 65 (25.78% from 255) = 14.91%
R=34.63%
G=50.46%
B=14.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal151220650.3100.700.1486.7168.8955.88
Hex97DC411F046E574538
Octal2273341013701061612710570
Binary100101111101110010000011111101000110111010101111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,220,65); }

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

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

 a { background-color: rgb(151,220,65); }

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

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

 span { border-color: rgb(151,220,65); }

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