Html Css Color HEX #73FF10 Lawn Green

📋 copy color: '#73FF10'

red 115 ◦ green 255 ◦ blue 16

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

Shades of Lawn Green #73FF10

Tints of Lawn Green #73FF10

RGB

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

 GREEN value IS 255 (100% from 255) = 66.06%

 BLUE value IS 16 (6.64% from 255) = 4.15%

R = 29.79%
G = 66.06%
B = 4.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#73FF10 (or 0x73FF10) is known color: Lawn Green. HEX triplet: 73, FF and 10. RGB value is (115,255,16). Sum of RGB (Red+Green+Blue) = 115+255+16=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73FF10 is #8C00EF. Grayscale: #BABABA. Windows color (decimal): -9175280 or 1113971. OLE color: 1113971.

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

Color convert

RGB 115 255 16 -
CMYK 0.55 0 0.94 0
HSL 95.15º 1% 0.53% -
HSV(B) 95.15º 0.94% 1% -
XYZ 42.92 75.2 12.74 -
YUV 185.89 32.12 77.43 -
System Red Green Blue C M Y K H S L
Decimal 115 255 16 0.55 0 0.94 0 95.15 1 0.53
Hex 73 FF 10 37 0 5E 0 5F 64 35
Octal 163 377 20 67 0 136 0 137 144 65
Binary 1110011 11111111 10000 110111 0 1011110 0 1011111 1100100 110101

Color Harmonies of #73FF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FF10

Black with #73FF10

Text Example


Text Example

White with #73FF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,255,16); }

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

background-color css

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

 a { background-color: rgb(115,255,16); }

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

border-color css

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

 span { border-color: rgb(115,255,16); }

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