Html Css Color HEX #97C249 Atlantis

📋 copy color: '#97C249'

red 151 ◦ green 194 ◦ blue 73

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

Shades of Atlantis #97C249

Tints of Atlantis #97C249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

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

R = 36.12%
G = 46.41%
B = 17.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#97C249 (or 0x97C249) is known color: Atlantis. HEX triplet: 97, C2 and 49. RGB value is (151,194,73). Sum of RGB (Red+Green+Blue) = 151+194+73=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #97C249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C249 is #683DB6. Grayscale: #A7A7A7. Windows color (decimal): -6831543 or 4833943. OLE color: 4833943.

HSL color Cylindrical-coordinate representation of color #97C249: hue angle of 81.32º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97C249 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 194 73 -
CMYK 0.22 0 0.62 0.24
HSL 81.32º 0.5% 0.52% -
HSV(B) 81.32º 0.62% 0.76% -
XYZ 33.26 45.64 13.36 -
YUV 167.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 151 194 73 0.22 0 0.62 0.24 81.32 0.5 0.52
Hex 97 C2 49 16 0 3E 18 51 32 34
Octal 227 302 111 26 0 76 30 121 62 64
Binary 10010111 11000010 1001001 10110 0 111110 11000 1010001 110010 110100

Color Harmonies of #97C249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C249

Black with #97C249

Text Example


Text Example

White with #97C249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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