Html Css Color HEX #97DF47 Atlantis

📋 copy color: '#97DF47'

red 151 ◦ green 223 ◦ blue 71

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

Shades of Atlantis #97DF47

Tints of Atlantis #97DF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.96%

R = 33.93%
G = 50.11%
B = 15.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#97DF47 (or 0x97DF47) is known color: Atlantis. HEX triplet: 97, DF and 47. RGB value is (151,223,71). Sum of RGB (Red+Green+Blue) = 151+223+71=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97DF47 is #6820B8. Grayscale: #B8B8B8. Windows color (decimal): -6824121 or 4710295. OLE color: 4710295.

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

Color convert

RGB 151 223 71 -
CMYK 0.32 0 0.68 0.13
HSL 88.42º 0.7% 0.58% -
HSV(B) 88.42º 0.68% 0.87% -
XYZ 40.29 59.81 15.38 -
YUV 184.14 64.15 104.36 -
System Red Green Blue C M Y K H S L
Decimal 151 223 71 0.32 0 0.68 0.13 88.42 0.7 0.58
Hex 97 DF 47 20 0 44 D 58 46 3A
Octal 227 337 107 40 0 104 15 130 106 72
Binary 10010111 11011111 1000111 100000 0 1000100 1101 1011000 1000110 111010

Color Harmonies of #97DF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DF47

Black with #97DF47

Text Example


Text Example

White with #97DF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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