Html Css Color HEX #73CD16 Lima

📋 copy color: '#73CD16'

red 115 ◦ green 205 ◦ blue 22

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

Shades of Lima #73CD16

Tints of Lima #73CD16

RGB

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

 GREEN value IS 205 (80.47% from 255) = 59.94%

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

R = 33.63%
G = 59.94%
B = 6.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#73CD16 (or 0x73CD16) is known color: Lima. HEX triplet: 73, CD and 16. RGB value is (115,205,22). Sum of RGB (Red+Green+Blue) = 115+205+22=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CD16 is #8C32E9. Grayscale: #9D9D9D. Windows color (decimal): -9188074 or 1494387. OLE color: 1494387.

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

Color convert

RGB 115 205 22 -
CMYK 0.44 0 0.89 0.20
HSL 89.51º 0.81% 0.45% -
HSV(B) 89.51º 0.89% 0.8% -
XYZ 29.05 47.37 8.37 -
YUV 157.23 51.68 97.88 -
System Red Green Blue C M Y K H S L
Decimal 115 205 22 0.44 0 0.89 0.20 89.51 0.81 0.45
Hex 73 CD 16 2C 0 59 14 5A 51 2D
Octal 163 315 26 54 0 131 24 132 121 55
Binary 1110011 11001101 10110 101100 0 1011001 10100 1011010 1010001 101101

Color Harmonies of #73CD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CD16

Black with #73CD16

Text Example


Text Example

White with #73CD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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