Html Css Color HEX #97D849 Atlantis

📋 copy color: '#97D849'

red 151 ◦ green 216 ◦ blue 73

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

Shades of Atlantis #97D849

Tints of Atlantis #97D849

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.09%

 BLUE value IS 73 (28.91% from 255) = 16.59%

R = 34.32%
G = 49.09%
B = 16.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#97D849 (or 0x97D849) is known color: Atlantis. HEX triplet: 97, D8 and 49. RGB value is (151,216,73). Sum of RGB (Red+Green+Blue) = 151+216+73=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #97D849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D849 is #6827B6. Grayscale: #B4B4B4. Windows color (decimal): -6825911 or 4839575. OLE color: 4839575.

HSL color Cylindrical-coordinate representation of color #97D849: hue angle of 87.27º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97D849 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 216 73 -
CMYK 0.30 0 0.66 0.15
HSL 87.27º 0.65% 0.57% -
HSV(B) 87.27º 0.66% 0.85% -
XYZ 38.52 56.17 15.12 -
YUV 180.26 67.47 107.13 -
System Red Green Blue C M Y K H S L
Decimal 151 216 73 0.30 0 0.66 0.15 87.27 0.65 0.57
Hex 97 D8 49 1E 0 42 F 57 41 39
Octal 227 330 111 36 0 102 17 127 101 71
Binary 10010111 11011000 1001001 11110 0 1000010 1111 1010111 1000001 111001

Color Harmonies of #97D849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D849

Black with #97D849

Text Example


Text Example

White with #97D849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,216,73); }

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

background-color css

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

 a { background-color: rgb(151,216,73); }

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

border-color css

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

 span { border-color: rgb(151,216,73); }

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