Html Css Color HEX #97DC4A Atlantis

📋 copy color: '#97DC4A'

red 151 ◦ green 220 ◦ blue 74

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

Shades of Atlantis #97DC4A

Tints of Atlantis #97DC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.44%

 BLUE value IS 74 (29.3% from 255) = 16.63%

R = 33.93%
G = 49.44%
B = 16.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#97DC4A (or 0x97DC4A) is known color: Atlantis. HEX triplet: 97, DC and 4A. RGB value is (151,220,74). Sum of RGB (Red+Green+Blue) = 151+220+74=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #97DC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97DC4A is #6823B5. Grayscale: #B7B7B7. Windows color (decimal): -6824886 or 4906135. OLE color: 4906135.

HSL color Cylindrical-coordinate representation of color #97DC4A: hue angle of 88.36º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97DC4A is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 220 74 -
CMYK 0.31 0 0.66 0.14
HSL 88.36º 0.68% 0.58% -
HSV(B) 88.36º 0.66% 0.86% -
XYZ 39.59 58.26 15.64 -
YUV 182.73 66.64 105.37 -
System Red Green Blue C M Y K H S L
Decimal 151 220 74 0.31 0 0.66 0.14 88.36 0.68 0.58
Hex 97 DC 4A 1F 0 42 E 58 44 3A
Octal 227 334 112 37 0 102 16 130 104 72
Binary 10010111 11011100 1001010 11111 0 1000010 1110 1011000 1000100 111010

Color Harmonies of #97DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DC4A

Black with #97DC4A

Text Example


Text Example

White with #97DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,220,74); }

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

background-color css

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

 a { background-color: rgb(151,220,74); }

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

border-color css

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

 span { border-color: rgb(151,220,74); }

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