Html Css Color HEX #97D546 Atlantis

📋 copy color: '#97D546'

red 151 ◦ green 213 ◦ blue 70

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

Shades of Atlantis #97D546

Tints of Atlantis #97D546

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.08%

 BLUE value IS 70 (27.73% from 255) = 16.13%

R = 34.79%
G = 49.08%
B = 16.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#97D546 (or 0x97D546) is known color: Atlantis. HEX triplet: 97, D5 and 46. RGB value is (151,213,70). Sum of RGB (Red+Green+Blue) = 151+213+70=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #97D546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D546 is #682AB9. Grayscale: #B2B2B2. Windows color (decimal): -6826682 or 4642199. OLE color: 4642199.

HSL color Cylindrical-coordinate representation of color #97D546: hue angle of 86.01º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #97D546 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 213 70 -
CMYK 0.29 0 0.67 0.16
HSL 86.01º 0.63% 0.55% -
HSV(B) 86.01º 0.67% 0.84% -
XYZ 37.66 54.61 14.35 -
YUV 178.16 66.96 108.63 -
System Red Green Blue C M Y K H S L
Decimal 151 213 70 0.29 0 0.67 0.16 86.01 0.63 0.55
Hex 97 D5 46 1D 0 43 10 56 3F 37
Octal 227 325 106 35 0 103 20 126 77 67
Binary 10010111 11010101 1000110 11101 0 1000011 10000 1010110 111111 110111

Color Harmonies of #97D546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D546

Black with #97D546

Text Example


Text Example

White with #97D546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,213,70); }

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

background-color css

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

 a { background-color: rgb(151,213,70); }

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

border-color css

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

 span { border-color: rgb(151,213,70); }

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