Html Css Color HEX #97D850 Atlantis

📋 copy color: '#97D850'

red 151 ◦ green 216 ◦ blue 80

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

Shades of Atlantis #97D850

Tints of Atlantis #97D850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.32%

 BLUE value IS 80 (31.64% from 255) = 17.9%

R = 33.78%
G = 48.32%
B = 17.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#97D850 (or 0x97D850) is known color: Atlantis. HEX triplet: 97, D8 and 50. RGB value is (151,216,80). Sum of RGB (Red+Green+Blue) = 151+216+80=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #97D850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D850 is #6827AF. Grayscale: #B5B5B5. Windows color (decimal): -6825904 or 5298327. OLE color: 5298327.

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

Color convert

RGB 151 216 80 -
CMYK 0.30 0 0.63 0.15
HSL 88.68º 0.64% 0.58% -
HSV(B) 88.68º 0.63% 0.85% -
XYZ 38.77 56.27 16.41 -
YUV 181.06 70.97 106.56 -
System Red Green Blue C M Y K H S L
Decimal 151 216 80 0.30 0 0.63 0.15 88.68 0.64 0.58
Hex 97 D8 50 1E 0 3F F 59 40 3A
Octal 227 330 120 36 0 77 17 131 100 72
Binary 10010111 11011000 1010000 11110 0 111111 1111 1011001 1000000 111010

Color Harmonies of #97D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D850

Black with #97D850

Text Example


Text Example

White with #97D850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,216,80); }

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

background-color css

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

 a { background-color: rgb(151,216,80); }

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

border-color css

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

 span { border-color: rgb(151,216,80); }

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