Html Css Color HEX #97C241 Atlantis

📋 copy color: '#97C241'

red 151 ◦ green 194 ◦ blue 65

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

Shades of Atlantis #97C241

Tints of Atlantis #97C241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 36.83%
G = 47.32%
B = 15.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#97C241 (or 0x97C241) is known color: Atlantis. HEX triplet: 97, C2 and 41. RGB value is (151,194,65). Sum of RGB (Red+Green+Blue) = 151+194+65=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #97C241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C241 is #683DBE. Grayscale: #A6A6A6. Windows color (decimal): -6831551 or 4309655. OLE color: 4309655.

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

Color convert

RGB 151 194 65 -
CMYK 0.22 0 0.66 0.24
HSL 80º 0.51% 0.51% -
HSV(B) 80º 0.66% 0.76% -
XYZ 33.01 45.54 12.05 -
YUV 166.44 70.75 116.99 -
System Red Green Blue C M Y K H S L
Decimal 151 194 65 0.22 0 0.66 0.24 80 0.51 0.51
Hex 97 C2 41 16 0 42 18 50 33 33
Octal 227 302 101 26 0 102 30 120 63 63
Binary 10010111 11000010 1000001 10110 0 1000010 11000 1010000 110011 110011

Color Harmonies of #97C241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C241

Black with #97C241

Text Example


Text Example

White with #97C241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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