Html Css Color HEX #97C540 Atlantis

📋 copy color: '#97C540'

red 151 ◦ green 197 ◦ blue 64

#97C540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #97C540

Tints of Atlantis #97C540

RGB

 RED value IS 151 (59.38% from 255) = 36.65%

 GREEN value IS 197 (77.34% from 255) = 47.82%

 BLUE value IS 64 (25.39% from 255) = 15.53%

R = 36.65%
G = 47.82%
B = 15.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#97C540 (or 0x97C540) is known color: Atlantis. HEX triplet: 97, C5 and 40. RGB value is (151,197,64). Sum of RGB (Red+Green+Blue) = 151+197+64=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #97C540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C540 is #683ABF. Grayscale: #A8A8A8. Windows color (decimal): -6830784 or 4244887. OLE color: 4244887.

HSL color Cylindrical-coordinate representation of color #97C540: hue angle of 80.75º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97C540 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 197 64 -
CMYK 0.23 0 0.68 0.23
HSL 80.75º 0.53% 0.51% -
HSV(B) 80.75º 0.68% 0.77% -
XYZ 33.65 46.88 12.13 -
YUV 168.08 69.26 115.81 -
System Red Green Blue C M Y K H S L
Decimal 151 197 64 0.23 0 0.68 0.23 80.75 0.53 0.51
Hex 97 C5 40 17 0 44 17 51 35 33
Octal 227 305 100 27 0 104 27 121 65 63
Binary 10010111 11000101 1000000 10111 0 1000100 10111 1010001 110101 110011

Color Harmonies of #97C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C540

Black with #97C540

Text Example


Text Example

White with #97C540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,197,64); }

 H1.HeaderClassName
 {
   color: #97C540;
 }
 .AnyTagClassName
 {
   color: #97C540;
 }
</style>

background-color css

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

 a { background-color: rgb(151,197,64); }

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

border-color css

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

 span { border-color: rgb(151,197,64); }

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