#97BF51

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

Shades of Atlantis #97BF51

Tints of Atlantis #97BF51

Color information

#97BF51 (or 0x97BF51) is unknown color: approx Atlantis. HEX triplet: 97, BF and 51. RGB value is (151,191,81). Sum of RGB (Red+Green+Blue) = 151+191+81=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BF51 is #6840AE. Grayscale: #A6A6A6. Windows color (decimal): -6832303 or 5357463. OLE color: 5357463.

HSL color Cylindrical-coordinate representation of color #97BF51: hue angle of 81.82º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97BF51 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB15119181-
CMYK0.2100.580.25
HSL81.82º46.22%53.33%-
HSV(B)81.82º57.59%74.9%-
XYZ32.8844.4314.63-
YUV166.579.75116.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 81 (32.03% from 255) = 19.15%
R=35.70%
G=45.15%
B=19.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151191810.2100.580.2581.8246.2253.33
Hex97BF511503A19522e35
Octal22727712125072311225665
Binary10010111101111111010001101010111010110011010010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,191,81); }

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

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

 a { background-color: rgb(151,191,81); }

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

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

 span { border-color: rgb(151,191,81); }

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