Html Css Color HEX #97D944 Atlantis

📋 copy color: '#97D944'

red 151 ◦ green 217 ◦ blue 68

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

Shades of Atlantis #97D944

Tints of Atlantis #97D944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.6%

R = 34.63%
G = 49.77%
B = 15.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#97D944 (or 0x97D944) is known color: Atlantis. HEX triplet: 97, D9 and 44. RGB value is (151,217,68). Sum of RGB (Red+Green+Blue) = 151+217+68=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #97D944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D944 is #6826BB. Grayscale: #B4B4B4. Windows color (decimal): -6825660 or 4512151. OLE color: 4512151.

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

Color convert

RGB 151 217 68 -
CMYK 0.30 0 0.69 0.15
HSL 86.58º 0.66% 0.56% -
HSV(B) 86.58º 0.69% 0.85% -
XYZ 38.62 56.62 14.36 -
YUV 180.28 64.63 107.12 -
System Red Green Blue C M Y K H S L
Decimal 151 217 68 0.30 0 0.69 0.15 86.58 0.66 0.56
Hex 97 D9 44 1E 0 45 F 57 42 38
Octal 227 331 104 36 0 105 17 127 102 70
Binary 10010111 11011001 1000100 11110 0 1000101 1111 1010111 1000010 111000

Color Harmonies of #97D944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D944

Black with #97D944

Text Example


Text Example

White with #97D944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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