Html Css Color HEX #73D516 Lima

📋 copy color: '#73D516'

red 115 ◦ green 213 ◦ blue 22

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

Shades of Lima #73D516

Tints of Lima #73D516

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.86%

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

R = 32.86%
G = 60.86%
B = 6.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#73D516 (or 0x73D516) is known color: Lima. HEX triplet: 73, D5 and 16. RGB value is (115,213,22). Sum of RGB (Red+Green+Blue) = 115+213+22=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #73D516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D516 is #8C2AE9. Grayscale: #A2A2A2. Windows color (decimal): -9186026 or 1496435. OLE color: 1496435.

HSL color Cylindrical-coordinate representation of color #73D516: hue angle of 90.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73D516 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 213 22 -
CMYK 0.46 0 0.90 0.16
HSL 90.79º 0.81% 0.46% -
HSV(B) 90.79º 0.9% 0.84% -
XYZ 31.01 51.29 9.02 -
YUV 161.92 49.03 94.53 -
System Red Green Blue C M Y K H S L
Decimal 115 213 22 0.46 0 0.90 0.16 90.79 0.81 0.46
Hex 73 D5 16 2E 0 5A 10 5B 51 2E
Octal 163 325 26 56 0 132 20 133 121 56
Binary 1110011 11010101 10110 101110 0 1011010 10000 1011011 1010001 101110

Color Harmonies of #73D516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D516

Black with #73D516

Text Example


Text Example

White with #73D516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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