Html Css Color HEX #97D649 Atlantis

📋 copy color: '#97D649'

red 151 ◦ green 214 ◦ blue 73

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

Shades of Atlantis #97D649

Tints of Atlantis #97D649

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.86%

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

R = 34.47%
G = 48.86%
B = 16.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#97D649 (or 0x97D649) is known color: Atlantis. HEX triplet: 97, D6 and 49. RGB value is (151,214,73). Sum of RGB (Red+Green+Blue) = 151+214+73=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #97D649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D649 is #6829B6. Grayscale: #B3B3B3. Windows color (decimal): -6826423 or 4839063. OLE color: 4839063.

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

Color convert

RGB 151 214 73 -
CMYK 0.29 0 0.66 0.16
HSL 86.81º 0.63% 0.56% -
HSV(B) 86.81º 0.66% 0.84% -
XYZ 38.01 55.15 14.95 -
YUV 179.09 68.13 107.96 -
System Red Green Blue C M Y K H S L
Decimal 151 214 73 0.29 0 0.66 0.16 86.81 0.63 0.56
Hex 97 D6 49 1D 0 42 10 57 3F 38
Octal 227 326 111 35 0 102 20 127 77 70
Binary 10010111 11010110 1001001 11101 0 1000010 10000 1010111 111111 111000

Color Harmonies of #97D649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D649

Black with #97D649

Text Example


Text Example

White with #97D649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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