Html Css Color HEX #97C040 Atlantis

📋 copy color: '#97C040'

red 151 ◦ green 192 ◦ blue 64

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

Shades of Atlantis #97C040

Tints of Atlantis #97C040

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.17%

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

R = 37.1%
G = 47.17%
B = 15.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#97C040 (or 0x97C040) is known color: Atlantis. HEX triplet: 97, C0 and 40. RGB value is (151,192,64). Sum of RGB (Red+Green+Blue) = 151+192+64=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #97C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C040 is #683FBF. Grayscale: #A5A5A5. Windows color (decimal): -6832064 or 4243607. OLE color: 4243607.

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

Color convert

RGB 151 192 64 -
CMYK 0.21 0 0.67 0.25
HSL 79.22º 0.5% 0.5% -
HSV(B) 79.22º 0.67% 0.75% -
XYZ 32.54 44.65 11.75 -
YUV 165.15 70.92 117.91 -
System Red Green Blue C M Y K H S L
Decimal 151 192 64 0.21 0 0.67 0.25 79.22 0.5 0.5
Hex 97 C0 40 15 0 43 19 4F 32 32
Octal 227 300 100 25 0 103 31 117 62 62
Binary 10010111 11000000 1000000 10101 0 1000011 11001 1001111 110010 110010

Color Harmonies of #97C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C040

Black with #97C040

Text Example


Text Example

White with #97C040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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