#73CF16

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

Shades of Lima #73CF16

Tints of Lima #73CF16

Color information

#73CF16 (or 0x73CF16) is unknown color: approx Lima. HEX triplet: 73, CF and 16. RGB value is (115,207,22). Sum of RGB (Red+Green+Blue) = 115+207+22=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 207 (81.25% from 255 or 60.17% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 207 - color contains mainly: green. Hex color #73CF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CF16 is #8C30E9. Grayscale: #9F9F9F. Windows color (decimal): -9187562 or 1494899. OLE color: 1494899.

HSL color Cylindrical-coordinate representation of color #73CF16: hue angle of 89.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73CF16 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB11520722-
CMYK0.4400.890.19
HSL89.84º80.79%44.9%-
HSV(B)89.84º89.37%81.18%-
XYZ29.5348.338.53-
YUV158.451.0297.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.43%
GREEN value IS 207 (81.25% from 255) = 60.17%
BLUE value IS 22 (8.98% from 255) = 6.40%
R=33.43%
G=60.17%
B=6.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal115207220.4400.890.1989.8480.7944.9
Hex73CF162C059135a512d
Octal163317265401312313212155
Binary11100111100111110110101100010110011001110110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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