Html Css Color HEX #97C13E Atlantis

📋 copy color: '#97C13E'

red 151 ◦ green 193 ◦ blue 62

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

Shades of Atlantis #97C13E

Tints of Atlantis #97C13E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.54%

 BLUE value IS 62 (24.61% from 255) = 15.27%

R = 37.19%
G = 47.54%
B = 15.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#97C13E (or 0x97C13E) is known color: Atlantis. HEX triplet: 97, C1 and 3E. RGB value is (151,193,62). Sum of RGB (Red+Green+Blue) = 151+193+62=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #97C13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C13E is #683EC1. Grayscale: #A5A5A5. Windows color (decimal): -6831810 or 4112791. OLE color: 4112791.

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

Color convert

RGB 151 193 62 -
CMYK 0.22 0 0.68 0.24
HSL 79.24º 0.51% 0.5% -
HSV(B) 79.24º 0.68% 0.76% -
XYZ 32.7 45.07 11.53 -
YUV 165.51 69.59 117.65 -
System Red Green Blue C M Y K H S L
Decimal 151 193 62 0.22 0 0.68 0.24 79.24 0.51 0.5
Hex 97 C1 3E 16 0 44 18 4F 33 32
Octal 227 301 76 26 0 104 30 117 63 62
Binary 10010111 11000001 111110 10110 0 1000100 11000 1001111 110011 110010

Color Harmonies of #97C13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C13E

Black with #97C13E

Text Example


Text Example

White with #97C13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,193,62); }

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

background-color css

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

 a { background-color: rgb(151,193,62); }

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

border-color css

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

 span { border-color: rgb(151,193,62); }

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