Html Css Color HEX #97D044 Atlantis

📋 copy color: '#97D044'

red 151 ◦ green 208 ◦ blue 68

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

Shades of Atlantis #97D044

Tints of Atlantis #97D044

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.71%

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

R = 35.36%
G = 48.71%
B = 15.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#97D044 (or 0x97D044) is known color: Atlantis. HEX triplet: 97, D0 and 44. RGB value is (151,208,68). Sum of RGB (Red+Green+Blue) = 151+208+68=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #97D044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D044 is #682FBB. Grayscale: #AFAFAF. Windows color (decimal): -6827964 or 4509847. OLE color: 4509847.

HSL color Cylindrical-coordinate representation of color #97D044: hue angle of 84.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #97D044 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 208 68 -
CMYK 0.27 0 0.67 0.18
HSL 84.43º 0.6% 0.54% -
HSV(B) 84.43º 0.67% 0.82% -
XYZ 36.36 52.11 13.61 -
YUV 175 67.62 110.88 -
System Red Green Blue C M Y K H S L
Decimal 151 208 68 0.27 0 0.67 0.18 84.43 0.6 0.54
Hex 97 D0 44 1B 0 43 12 54 3C 36
Octal 227 320 104 33 0 103 22 124 74 66
Binary 10010111 11010000 1000100 11011 0 1000011 10010 1010100 111100 110110

Color Harmonies of #97D044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D044

Black with #97D044

Text Example


Text Example

White with #97D044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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