Html Css Color HEX #97D43C Atlantis

📋 copy color: '#97D43C'

red 151 ◦ green 212 ◦ blue 60

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

Shades of Atlantis #97D43C

Tints of Atlantis #97D43C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.12%

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

R = 35.7%
G = 50.12%
B = 14.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#97D43C (or 0x97D43C) is known color: Atlantis. HEX triplet: 97, D4 and 3C. RGB value is (151,212,60). Sum of RGB (Red+Green+Blue) = 151+212+60=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #97D43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D43C is #682BC3. Grayscale: #B0B0B0. Windows color (decimal): -6826948 or 3986583. OLE color: 3986583.

HSL color Cylindrical-coordinate representation of color #97D43C: hue angle of 84.08º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97D43C is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 212 60 -
CMYK 0.29 0 0.72 0.17
HSL 84.08º 0.64% 0.53% -
HSV(B) 84.08º 0.72% 0.83% -
XYZ 37.12 53.99 12.74 -
YUV 176.43 62.29 109.86 -
System Red Green Blue C M Y K H S L
Decimal 151 212 60 0.29 0 0.72 0.17 84.08 0.64 0.53
Hex 97 D4 3C 1D 0 48 11 54 40 35
Octal 227 324 74 35 0 110 21 124 100 65
Binary 10010111 11010100 111100 11101 0 1001000 10001 1010100 1000000 110101

Color Harmonies of #97D43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D43C

Black with #97D43C

Text Example


Text Example

White with #97D43C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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