#73E314

Color #73E314 Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #73E314

Tints of Lawn Green #73E314

Color information

#73E314 (or 0x73E314) is unknown color: approx Lawn Green. HEX triplet: 73, E3 and 14. RGB value is (115,227,20). Sum of RGB (Red+Green+Blue) = 115+227+20=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 227 (89.06% from 255 or 62.71% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 227 - color contains mainly: green. Hex color #73E314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73E314 is #8C1CEB. Grayscale: #AAAAAA. Windows color (decimal): -9182444 or 1368947. OLE color: 1368947.

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

Color convert

RGB11522720-
CMYK0.4900.910.11
HSL92.46º83.81%48.43%-
HSV(B)92.46º91.19%89.02%-
XYZ34.6758.6310.15-
YUV169.9143.3988.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.77%
GREEN value IS 227 (89.06% from 255) = 62.71%
BLUE value IS 20 (8.20% from 255) = 5.52%
R=31.77%
G=62.71%
B=5.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal115227200.4900.910.1192.4683.8148.43
Hex73E3143105BB5c5430
Octal163343246101331313412460
Binary1110011111000111010011000101011011101110111001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73E314;
 }
 .AnyTagClassName
 {
   color: #73E314;
 }
</style>
background-color css

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

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

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

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

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

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