Html Css Color HEX #97C641 Atlantis

📋 copy color: '#97C641'

red 151 ◦ green 198 ◦ blue 65

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

Shades of Atlantis #97C641

Tints of Atlantis #97C641

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.83%

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

R = 36.47%
G = 47.83%
B = 15.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#97C641 (or 0x97C641) is known color: Atlantis. HEX triplet: 97, C6 and 41. RGB value is (151,198,65). Sum of RGB (Red+Green+Blue) = 151+198+65=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #97C641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C641 is #6839BE. Grayscale: #A9A9A9. Windows color (decimal): -6830527 or 4310679. OLE color: 4310679.

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

Color convert

RGB 151 198 65 -
CMYK 0.24 0 0.67 0.22
HSL 81.2º 0.54% 0.52% -
HSV(B) 81.2º 0.67% 0.78% -
XYZ 33.91 47.35 12.35 -
YUV 168.79 69.43 115.31 -
System Red Green Blue C M Y K H S L
Decimal 151 198 65 0.24 0 0.67 0.22 81.2 0.54 0.52
Hex 97 C6 41 18 0 43 16 51 36 34
Octal 227 306 101 30 0 103 26 121 66 64
Binary 10010111 11000110 1000001 11000 0 1000011 10110 1010001 110110 110100

Color Harmonies of #97C641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C641

Black with #97C641

Text Example


Text Example

White with #97C641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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