Html Css Color HEX #97DD51 Atlantis

📋 copy color: '#97DD51'

red 151 ◦ green 221 ◦ blue 81

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

Shades of Atlantis #97DD51

Tints of Atlantis #97DD51

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.79%

 BLUE value IS 81 (32.03% from 255) = 17.88%

R = 33.33%
G = 48.79%
B = 17.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#97DD51 (or 0x97DD51) is known color: Atlantis. HEX triplet: 97, DD and 51. RGB value is (151,221,81). Sum of RGB (Red+Green+Blue) = 151+221+81=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD51 is #6822AE. Grayscale: #B8B8B8. Windows color (decimal): -6824623 or 5365143. OLE color: 5365143.

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

Color convert

RGB 151 221 81 -
CMYK 0.32 0 0.63 0.13
HSL 90º 0.67% 0.59% -
HSV(B) 90º 0.63% 0.87% -
XYZ 40.1 58.89 17.04 -
YUV 184.11 69.81 104.38 -
System Red Green Blue C M Y K H S L
Decimal 151 221 81 0.32 0 0.63 0.13 90 0.67 0.59
Hex 97 DD 51 20 0 3F D 5A 43 3B
Octal 227 335 121 40 0 77 15 132 103 73
Binary 10010111 11011101 1010001 100000 0 111111 1101 1011010 1000011 111011

Color Harmonies of #97DD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DD51

Black with #97DD51

Text Example


Text Example

White with #97DD51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,221,81); }

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

background-color css

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

 a { background-color: rgb(151,221,81); }

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

border-color css

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

 span { border-color: rgb(151,221,81); }

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