Html Css Color HEX #97C63C Atlantis

📋 copy color: '#97C63C'

red 151 ◦ green 198 ◦ blue 60

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

Shades of Atlantis #97C63C

Tints of Atlantis #97C63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.67%

R = 36.92%
G = 48.41%
B = 14.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#97C63C (or 0x97C63C) is known color: Atlantis. HEX triplet: 97, C6 and 3C. RGB value is (151,198,60). Sum of RGB (Red+Green+Blue) = 151+198+60=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 198 - color contains mainly: green. Hex color #97C63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C63C is #6839C3. Grayscale: #A8A8A8. Windows color (decimal): -6830532 or 3982999. OLE color: 3982999.

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

Color convert

RGB 151 198 60 -
CMYK 0.24 0 0.70 0.22
HSL 80.43º 0.55% 0.51% -
HSV(B) 80.43º 0.7% 0.78% -
XYZ 33.77 47.29 11.62 -
YUV 168.22 66.93 115.72 -
System Red Green Blue C M Y K H S L
Decimal 151 198 60 0.24 0 0.70 0.22 80.43 0.55 0.51
Hex 97 C6 3C 18 0 46 16 50 37 33
Octal 227 306 74 30 0 106 26 120 67 63
Binary 10010111 11000110 111100 11000 0 1000110 10110 1010000 110111 110011

Color Harmonies of #97C63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C63C

Black with #97C63C

Text Example


Text Example

White with #97C63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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