Html Css Color HEX #73F016 Lawn Green

📋 copy color: '#73F016'

red 115 ◦ green 240 ◦ blue 22

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

Shades of Lawn Green #73F016

Tints of Lawn Green #73F016

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.66%

 BLUE value IS 22 (8.98% from 255) = 5.84%

R = 30.5%
G = 63.66%
B = 5.84%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#73F016 (or 0x73F016) is known color: Lawn Green. HEX triplet: 73, F0 and 16. RGB value is (115,240,22). Sum of RGB (Red+Green+Blue) = 115+240+22=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 240 (94.14% from 255 or 63.66% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 240 - color contains mainly: green. Hex color #73F016 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73F016 is #8C0FE9. Grayscale: #B2B2B2. Windows color (decimal): -9179114 or 1503347. OLE color: 1503347.

HSL color Cylindrical-coordinate representation of color #73F016: hue angle of 94.4º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73F016 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 240 22 -
CMYK 0.52 0 0.91 0.06
HSL 94.4º 0.88% 0.51% -
HSV(B) 94.4º 0.91% 0.94% -
XYZ 38.38 66.02 11.48 -
YUV 177.77 40.09 83.23 -
System Red Green Blue C M Y K H S L
Decimal 115 240 22 0.52 0 0.91 0.06 94.4 0.88 0.51
Hex 73 F0 16 34 0 5B 6 5E 58 33
Octal 163 360 26 64 0 133 6 136 130 63
Binary 1110011 11110000 10110 110100 0 1011011 110 1011110 1011000 110011

Color Harmonies of #73F016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F016

Black with #73F016

Text Example


Text Example

White with #73F016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,240,22); }

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

background-color css

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

 a { background-color: rgb(115,240,22); }

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

border-color css

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

 span { border-color: rgb(115,240,22); }

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