Html Css Color HEX #73E414 Lawn Green

📋 copy color: '#73E414'

red 115 ◦ green 228 ◦ blue 20

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

Shades of Lawn Green #73E414

Tints of Lawn Green #73E414

RGB

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

 GREEN value IS 228 (89.45% from 255) = 62.81%

 BLUE value IS 20 (8.2% from 255) = 5.51%

R = 31.68%
G = 62.81%
B = 5.51%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#73E414 (or 0x73E414) is known color: Lawn Green. HEX triplet: 73, E4 and 14. RGB value is (115,228,20). Sum of RGB (Red+Green+Blue) = 115+228+20=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 228 (89.45% from 255 or 62.81% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 228 - color contains mainly: green. Hex color #73E414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73E414 is #8C1BEB. Grayscale: #ABABAB. Windows color (decimal): -9182188 or 1369203. OLE color: 1369203.

HSL color Cylindrical-coordinate representation of color #73E414: hue angle of 92.6º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73E414 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 115 228 20 -
CMYK 0.50 0 0.91 0.11
HSL 92.6º 0.84% 0.49% -
HSV(B) 92.6º 0.91% 0.89% -
XYZ 34.94 59.18 10.24 -
YUV 170.5 43.06 88.41 -
System Red Green Blue C M Y K H S L
Decimal 115 228 20 0.50 0 0.91 0.11 92.6 0.84 0.49
Hex 73 E4 14 32 0 5B B 5D 54 31
Octal 163 344 24 62 0 133 13 135 124 61
Binary 1110011 11100100 10100 110010 0 1011011 1011 1011101 1010100 110001

Color Harmonies of #73E414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E414

Black with #73E414

Text Example


Text Example

White with #73E414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,228,20); }

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

background-color css

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

 a { background-color: rgb(115,228,20); }

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

border-color css

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

 span { border-color: rgb(115,228,20); }

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