Html Css Color HEX #73D80C Lawn Green

📋 copy color: '#73D80C'

red 115 ◦ green 216 ◦ blue 12

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

Shades of Lawn Green #73D80C

Tints of Lawn Green #73D80C

RGB

 RED value IS 115 (45.31% from 255) = 33.53%

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

 BLUE value IS 12 (5.08% from 255) = 3.5%

R = 33.53%
G = 62.97%
B = 3.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#73D80C (or 0x73D80C) is known color: Lawn Green. HEX triplet: 73, D8 and 0C. RGB value is (115,216,12). Sum of RGB (Red+Green+Blue) = 115+216+12=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 216 (84.77% from 255 or 62.97% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 216 - color contains mainly: green. Hex color #73D80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D80C is #8C27F3. Grayscale: #A3A3A3. Windows color (decimal): -9185268 or 841843. OLE color: 841843.

HSL color Cylindrical-coordinate representation of color #73D80C: hue angle of 89.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73D80C is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 216 12 -
CMYK 0.47 0 0.94 0.15
HSL 89.71º 0.89% 0.45% -
HSV(B) 89.71º 0.94% 0.85% -
XYZ 31.69 52.78 8.87 -
YUV 162.55 43.04 94.09 -
System Red Green Blue C M Y K H S L
Decimal 115 216 12 0.47 0 0.94 0.15 89.71 0.89 0.45
Hex 73 D8 C 2F 0 5E F 5A 59 2D
Octal 163 330 14 57 0 136 17 132 131 55
Binary 1110011 11011000 1100 101111 0 1011110 1111 1011010 1011001 101101

Color Harmonies of #73D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D80C

Black with #73D80C

Text Example


Text Example

White with #73D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73D80C; }

 p { color: rgb(115,216,12); }

 H1.HeaderClassName
 {
   color: #73D80C;
 }
 .AnyTagClassName
 {
   color: #73D80C;
 }
</style>

background-color css

<style>
 a { background-color: #73D80C; }

 a { background-color: rgb(115,216,12); }

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

border-color css

<style>
 span { border-color: #73D80C; }

 span { border-color: rgb(115,216,12); }

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