Html Css Color HEX #97DF31 Atlantis

📋 copy color: '#97DF31'

red 151 ◦ green 223 ◦ blue 49

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

Shades of Atlantis #97DF31

Tints of Atlantis #97DF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.72%

 BLUE value IS 49 (19.53% from 255) = 11.58%

R = 35.7%
G = 52.72%
B = 11.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#97DF31 (or 0x97DF31) is known color: Atlantis. HEX triplet: 97, DF and 31. RGB value is (151,223,49). Sum of RGB (Red+Green+Blue) = 151+223+49=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97DF31 is #6820CE. Grayscale: #B6B6B6. Windows color (decimal): -6824143 or 3268503. OLE color: 3268503.

HSL color Cylindrical-coordinate representation of color #97DF31: hue angle of 84.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #97DF31 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 223 49 -
CMYK 0.32 0 0.78 0.13
HSL 84.83º 0.73% 0.53% -
HSV(B) 84.83º 0.78% 0.87% -
XYZ 39.7 59.58 12.31 -
YUV 181.64 53.15 106.15 -
System Red Green Blue C M Y K H S L
Decimal 151 223 49 0.32 0 0.78 0.13 84.83 0.73 0.53
Hex 97 DF 31 20 0 4E D 55 49 35
Octal 227 337 61 40 0 116 15 125 111 65
Binary 10010111 11011111 110001 100000 0 1001110 1101 1010101 1001001 110101

Color Harmonies of #97DF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DF31

Black with #97DF31

Text Example


Text Example

White with #97DF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,223,49); }

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

background-color css

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

 a { background-color: rgb(151,223,49); }

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

border-color css

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

 span { border-color: rgb(151,223,49); }

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