#73f001

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

Shades of Lawn Green #73F001

Tints of Lawn Green #73F001

Color information

#73F001 (or 0x73F001) is unknown color: approx Lawn Green. HEX triplet: 73, F0 and 01. RGB value is (115,240,1). Sum of RGB (Red+Green+Blue) = 115+240+1=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #73F001 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73F001 is #8C0FFE. Grayscale: #B0B0B0. Windows color (decimal): -9179135 or 127091. OLE color: 127091.

HSL color Cylindrical-coordinate representation of color #73F001: hue angle of 91.38º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73F001 is Cyan = 0.52, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB1152401-
CMYK0.5201.000.06
HSL91.38º99.17%47.25%-
HSV(B)91.38º99.58%94.12%-
XYZ38.2465.9710.75-
YUV175.3829.5984.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 240 (94.14% from 255) = 67.42%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=32.30%
G=67.42%
B=0.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal11524010.5201.000.0691.3899.1747.25
Hex73F013406465b632f
Octal1633601640144613314357
Binary11100111111000011101000110010011010110111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73f001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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