Html Css Color HEX #73DD12 Lawn Green

📋 copy color: '#73DD12'

red 115 ◦ green 221 ◦ blue 18

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

Shades of Lawn Green #73DD12

Tints of Lawn Green #73DD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.08%

R = 32.49%
G = 62.43%
B = 5.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#73DD12 (or 0x73DD12) is known color: Lawn Green. HEX triplet: 73, DD and 12. RGB value is (115,221,18). Sum of RGB (Red+Green+Blue) = 115+221+18=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #73DD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DD12 is #8C22ED. Grayscale: #A6A6A6. Windows color (decimal): -9183982 or 1236339. OLE color: 1236339.

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

Color convert

RGB 115 221 18 -
CMYK 0.48 0 0.92 0.13
HSL 91.33º 0.85% 0.47% -
HSV(B) 91.33º 0.92% 0.87% -
XYZ 33.04 55.4 9.52 -
YUV 166.16 44.38 91.51 -
System Red Green Blue C M Y K H S L
Decimal 115 221 18 0.48 0 0.92 0.13 91.33 0.85 0.47
Hex 73 DD 12 30 0 5C D 5B 55 2F
Octal 163 335 22 60 0 134 15 133 125 57
Binary 1110011 11011101 10010 110000 0 1011100 1101 1011011 1010101 101111

Color Harmonies of #73DD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DD12

Black with #73DD12

Text Example


Text Example

White with #73DD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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