Html Css Color HEX #73F814 Lawn Green

📋 copy color: '#73F814'

red 115 ◦ green 248 ◦ blue 20

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

Shades of Lawn Green #73F814

Tints of Lawn Green #73F814

RGB

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

 GREEN value IS 248 (97.27% from 255) = 64.75%

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

R = 30.03%
G = 64.75%
B = 5.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#73F814 (or 0x73F814) is known color: Lawn Green. HEX triplet: 73, F8 and 14. RGB value is (115,248,20). Sum of RGB (Red+Green+Blue) = 115+248+20=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 248 (97.27% from 255 or 64.75% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 248 - color contains mainly: green. Hex color #73F814 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73F814 is #8C07EB. Grayscale: #B7B7B7. Windows color (decimal): -9177068 or 1374323. OLE color: 1374323.

HSL color Cylindrical-coordinate representation of color #73F814: hue angle of 95º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73F814 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 248 20 -
CMYK 0.54 0 0.92 0.03
HSL 95º 0.94% 0.53% -
HSV(B) 95º 0.92% 0.97% -
XYZ 40.76 70.83 12.18 -
YUV 182.24 36.44 80.04 -
System Red Green Blue C M Y K H S L
Decimal 115 248 20 0.54 0 0.92 0.03 95 0.94 0.53
Hex 73 F8 14 36 0 5C 3 5F 5E 35
Octal 163 370 24 66 0 134 3 137 136 65
Binary 1110011 11111000 10100 110110 0 1011100 11 1011111 1011110 110101

Color Harmonies of #73F814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F814

Black with #73F814

Text Example


Text Example

White with #73F814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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