Html Css Color HEX #97DB49 Atlantis

📋 copy color: '#97DB49'

red 151 ◦ green 219 ◦ blue 73

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

Shades of Atlantis #97DB49

Tints of Atlantis #97DB49

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.44%

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

R = 34.09%
G = 49.44%
B = 16.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#97DB49 (or 0x97DB49) is known color: Atlantis. HEX triplet: 97, DB and 49. RGB value is (151,219,73). Sum of RGB (Red+Green+Blue) = 151+219+73=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #97DB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97DB49 is #6824B6. Grayscale: #B6B6B6. Windows color (decimal): -6825143 or 4840343. OLE color: 4840343.

HSL color Cylindrical-coordinate representation of color #97DB49: hue angle of 87.95º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #97DB49 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 219 73 -
CMYK 0.31 0 0.67 0.14
HSL 87.95º 0.67% 0.57% -
HSV(B) 87.95º 0.67% 0.86% -
XYZ 39.3 57.72 15.37 -
YUV 182.02 66.47 105.87 -
System Red Green Blue C M Y K H S L
Decimal 151 219 73 0.31 0 0.67 0.14 87.95 0.67 0.57
Hex 97 DB 49 1F 0 43 E 58 43 39
Octal 227 333 111 37 0 103 16 130 103 71
Binary 10010111 11011011 1001001 11111 0 1000011 1110 1011000 1000011 111001

Color Harmonies of #97DB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DB49

Black with #97DB49

Text Example


Text Example

White with #97DB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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