Html Css Color HEX #73DC06 Lawn Green

📋 copy color: '#73DC06'

red 115 ◦ green 220 ◦ blue 6

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

Shades of Lawn Green #73DC06

Tints of Lawn Green #73DC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.76%

R = 33.72%
G = 64.52%
B = 1.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#73DC06 (or 0x73DC06) is known color: Lawn Green. HEX triplet: 73, DC and 06. RGB value is (115,220,6). Sum of RGB (Red+Green+Blue) = 115+220+6=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DC06 is #8C23F9. Grayscale: #A4A4A4. Windows color (decimal): -9184250 or 449651. OLE color: 449651.

HSL color Cylindrical-coordinate representation of color #73DC06: hue angle of 89.44º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73DC06 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 220 6 -
CMYK 0.48 0 0.97 0.14
HSL 89.44º 0.95% 0.44% -
HSV(B) 89.44º 0.97% 0.86% -
XYZ 32.7 54.84 9.04 -
YUV 164.21 38.71 92.9 -
System Red Green Blue C M Y K H S L
Decimal 115 220 6 0.48 0 0.97 0.14 89.44 0.95 0.44
Hex 73 DC 6 30 0 61 E 59 5F 2C
Octal 163 334 6 60 0 141 16 131 137 54
Binary 1110011 11011100 110 110000 0 1100001 1110 1011001 1011111 101100

Color Harmonies of #73DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DC06

Black with #73DC06

Text Example


Text Example

White with #73DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,220,6); }

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

background-color css

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

 a { background-color: rgb(115,220,6); }

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

border-color css

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

 span { border-color: rgb(115,220,6); }

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