Html Css Color HEX #97D84C Atlantis

📋 copy color: '#97D84C'

red 151 ◦ green 216 ◦ blue 76

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

Shades of Atlantis #97D84C

Tints of Atlantis #97D84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.16%

R = 34.09%
G = 48.76%
B = 17.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#97D84C (or 0x97D84C) is known color: Atlantis. HEX triplet: 97, D8 and 4C. RGB value is (151,216,76). Sum of RGB (Red+Green+Blue) = 151+216+76=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #97D84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D84C is #6827B3. Grayscale: #B5B5B5. Windows color (decimal): -6825908 or 5036183. OLE color: 5036183.

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

Color convert

RGB 151 216 76 -
CMYK 0.30 0 0.65 0.15
HSL 87.86º 0.64% 0.57% -
HSV(B) 87.86º 0.65% 0.85% -
XYZ 38.62 56.21 15.65 -
YUV 180.61 68.97 106.88 -
System Red Green Blue C M Y K H S L
Decimal 151 216 76 0.30 0 0.65 0.15 87.86 0.64 0.57
Hex 97 D8 4C 1E 0 41 F 58 40 39
Octal 227 330 114 36 0 101 17 130 100 71
Binary 10010111 11011000 1001100 11110 0 1000001 1111 1011000 1000000 111001

Color Harmonies of #97D84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D84C

Black with #97D84C

Text Example


Text Example

White with #97D84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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