Html Css Color HEX #73DD06 Lawn Green

📋 copy color: '#73DD06'

red 115 ◦ green 221 ◦ blue 6

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

Shades of Lawn Green #73DD06

Tints of Lawn Green #73DD06

RGB

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

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

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

R = 33.63%
G = 64.62%
B = 1.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#73DD06 (or 0x73DD06) is known color: Lawn Green. HEX triplet: 73, DD and 06. RGB value is (115,221,6). Sum of RGB (Red+Green+Blue) = 115+221+6=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #73DD06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DD06 is #8C22F9. Grayscale: #A5A5A5. Windows color (decimal): -9183994 or 449907. OLE color: 449907.

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

Color convert

RGB 115 221 6 -
CMYK 0.48 0 0.97 0.13
HSL 89.58º 0.95% 0.45% -
HSV(B) 89.58º 0.97% 0.87% -
XYZ 32.96 55.37 9.12 -
YUV 164.8 38.38 92.48 -
System Red Green Blue C M Y K H S L
Decimal 115 221 6 0.48 0 0.97 0.13 89.58 0.95 0.45
Hex 73 DD 6 30 0 61 D 5A 5F 2D
Octal 163 335 6 60 0 141 15 132 137 55
Binary 1110011 11011101 110 110000 0 1100001 1101 1011010 1011111 101101

Color Harmonies of #73DD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DD06

Black with #73DD06

Text Example


Text Example

White with #73DD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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