Html Css Color HEX #97C240 Atlantis

📋 copy color: '#97C240'

red 151 ◦ green 194 ◦ blue 64

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

Shades of Atlantis #97C240

Tints of Atlantis #97C240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.43%

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

R = 36.92%
G = 47.43%
B = 15.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#97C240 (or 0x97C240) is known color: Atlantis. HEX triplet: 97, C2 and 40. RGB value is (151,194,64). Sum of RGB (Red+Green+Blue) = 151+194+64=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #97C240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C240 is #683DBF. Grayscale: #A6A6A6. Windows color (decimal): -6831552 or 4244119. OLE color: 4244119.

HSL color Cylindrical-coordinate representation of color #97C240: hue angle of 79.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #97C240 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 194 64 -
CMYK 0.22 0 0.67 0.24
HSL 79.85º 0.52% 0.51% -
HSV(B) 79.85º 0.67% 0.76% -
XYZ 32.98 45.53 11.9 -
YUV 166.32 70.25 117.07 -
System Red Green Blue C M Y K H S L
Decimal 151 194 64 0.22 0 0.67 0.24 79.85 0.52 0.51
Hex 97 C2 40 16 0 43 18 50 34 33
Octal 227 302 100 26 0 103 30 120 64 63
Binary 10010111 11000010 1000000 10110 0 1000011 11000 1010000 110100 110011

Color Harmonies of #97C240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C240

Black with #97C240

Text Example


Text Example

White with #97C240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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