Html Css Color HEX #73F801 Lawn Green

📋 copy color: '#73F801'

red 115 ◦ green 248 ◦ blue 1

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

Shades of Lawn Green #73F801

Tints of Lawn Green #73F801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 31.59%
G = 68.13%
B = 0.27%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#73F801 (or 0x73F801) is known color: Lawn Green. HEX triplet: 73, F8 and 01. RGB value is (115,248,1). Sum of RGB (Red+Green+Blue) = 115+248+1=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 248 (97.27% from 255 or 68.13% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 248 - color contains mainly: green. Hex color #73F801 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73F801 is #8C07FE. Grayscale: #B4B4B4. Windows color (decimal): -9177087 or 129139. OLE color: 129139.

HSL color Cylindrical-coordinate representation of color #73F801: hue angle of 92.31º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73F801 is Cyan = 0.54, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 248 1 -
CMYK 0.54 0 1.00 0.03
HSL 92.31º 0.99% 0.49% -
HSV(B) 92.31º 1% 0.97% -
XYZ 40.64 70.78 11.55 -
YUV 180.08 26.94 81.58 -
System Red Green Blue C M Y K H S L
Decimal 115 248 1 0.54 0 1.00 0.03 92.31 0.99 0.49
Hex 73 F8 1 36 0 64 3 5C 63 31
Octal 163 370 1 66 0 144 3 134 143 61
Binary 1110011 11111000 1 110110 0 1100100 11 1011100 1100011 110001

Color Harmonies of #73F801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F801

Black with #73F801

Text Example


Text Example

White with #73F801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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