#97BD41

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

Shades of Atlantis #97BD41

Tints of Atlantis #97BD41

Color information

#97BD41 (or 0x97BD41) is unknown color: approx Atlantis. HEX triplet: 97, BD and 41. RGB value is (151,189,65). Sum of RGB (Red+Green+Blue) = 151+189+65=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #97BD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BD41 is #6842BE. Grayscale: #A3A3A3. Windows color (decimal): -6832831 or 4308375. OLE color: 4308375.

HSL color Cylindrical-coordinate representation of color #97BD41: hue angle of 78.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97BD41 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB15118965-
CMYK0.2000.660.26
HSL78.39º48.82%49.8%-
HSV(B)78.39º65.61%74.12%-
XYZ31.9143.3611.69-
YUV163.572.41119.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.28%
GREEN value IS 189 (74.22% from 255) = 46.67%
BLUE value IS 65 (25.78% from 255) = 16.05%
R=37.28%
G=46.67%
B=16.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151189650.2000.660.2678.3948.8249.8
Hex97BD41140421A4e3132
Octal227275101240102321166162
Binary100101111011110110000011010001000010110101001110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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