Html Css Color HEX #73DD20 Lawn Green

📋 copy color: '#73DD20'

red 115 ◦ green 221 ◦ blue 32

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

Shades of Lawn Green #73DD20

Tints of Lawn Green #73DD20

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.05%

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 31.25%
G = 60.05%
B = 8.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#73DD20 (or 0x73DD20) is known color: Lawn Green. HEX triplet: 73, DD and 20. RGB value is (115,221,32). Sum of RGB (Red+Green+Blue) = 115+221+32=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 221 (86.72% from 255 or 60.05% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 221 - color contains mainly: green. Hex color #73DD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DD20 is #8C22DF. Grayscale: #A8A8A8. Windows color (decimal): -9183968 or 2153843. OLE color: 2153843.

HSL color Cylindrical-coordinate representation of color #73DD20: hue angle of 93.65º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73DD20 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 221 32 -
CMYK 0.48 0 0.86 0.13
HSL 93.65º 0.75% 0.5% -
HSV(B) 93.65º 0.86% 0.87% -
XYZ 33.19 55.46 10.32 -
YUV 167.76 51.38 90.37 -
System Red Green Blue C M Y K H S L
Decimal 115 221 32 0.48 0 0.86 0.13 93.65 0.75 0.5
Hex 73 DD 20 30 0 56 D 5E 4B 32
Octal 163 335 40 60 0 126 15 136 113 62
Binary 1110011 11011101 100000 110000 0 1010110 1101 1011110 1001011 110010

Color Harmonies of #73DD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DD20

Black with #73DD20

Text Example


Text Example

White with #73DD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,221,32); }

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

background-color css

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

 a { background-color: rgb(115,221,32); }

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

border-color css

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

 span { border-color: rgb(115,221,32); }

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