Html Css Color HEX #97D949 Atlantis

📋 copy color: '#97D949'

red 151 ◦ green 217 ◦ blue 73

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

Shades of Atlantis #97D949

Tints of Atlantis #97D949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.21%

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

R = 34.24%
G = 49.21%
B = 16.55%

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

#97D949 (or 0x97D949) is known color: Atlantis. HEX triplet: 97, D9 and 49. RGB value is (151,217,73). Sum of RGB (Red+Green+Blue) = 151+217+73=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #97D949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D949 is #6826B6. Grayscale: #B5B5B5. Windows color (decimal): -6825655 or 4839831. OLE color: 4839831.

HSL color Cylindrical-coordinate representation of color #97D949: hue angle of 87.5º 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 #97D949 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 217 73 -
CMYK 0.30 0 0.66 0.15
HSL 87.5º 0.65% 0.57% -
HSV(B) 87.5º 0.66% 0.85% -
XYZ 38.78 56.69 15.2 -
YUV 180.85 67.13 106.71 -
System Red Green Blue C M Y K H S L
Decimal 151 217 73 0.30 0 0.66 0.15 87.5 0.65 0.57
Hex 97 D9 49 1E 0 42 F 57 41 39
Octal 227 331 111 36 0 102 17 127 101 71
Binary 10010111 11011001 1001001 11110 0 1000010 1111 1010111 1000001 111001

Color Harmonies of #97D949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D949

Black with #97D949

Text Example


Text Example

White with #97D949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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