Html Css Color HEX #73D416 Lima

📋 copy color: '#73D416'

red 115 ◦ green 212 ◦ blue 22

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

Shades of Lima #73D416

Tints of Lima #73D416

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.74%

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

R = 32.95%
G = 60.74%
B = 6.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#73D416 (or 0x73D416) is known color: Lima. HEX triplet: 73, D4 and 16. RGB value is (115,212,22). Sum of RGB (Red+Green+Blue) = 115+212+22=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 212 (83.20% from 255 or 60.74% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 212 - color contains mainly: green. Hex color #73D416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D416 is #8C2BE9. Grayscale: #A1A1A1. Windows color (decimal): -9186282 or 1496179. OLE color: 1496179.

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

Color convert

RGB 115 212 22 -
CMYK 0.46 0 0.90 0.17
HSL 90.63º 0.81% 0.46% -
HSV(B) 90.63º 0.9% 0.83% -
XYZ 30.76 50.79 8.94 -
YUV 161.34 49.36 94.95 -
System Red Green Blue C M Y K H S L
Decimal 115 212 22 0.46 0 0.90 0.17 90.63 0.81 0.46
Hex 73 D4 16 2E 0 5A 11 5B 51 2E
Octal 163 324 26 56 0 132 21 133 121 56
Binary 1110011 11010100 10110 101110 0 1011010 10001 1011011 1010001 101110

Color Harmonies of #73D416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D416

Black with #73D416

Text Example


Text Example

White with #73D416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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