Html Css Color HEX #73C917 Lima

📋 copy color: '#73C917'

red 115 ◦ green 201 ◦ blue 23

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

Shades of Lima #73C917

Tints of Lima #73C917

RGB

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

 GREEN value IS 201 (78.91% from 255) = 59.29%

 BLUE value IS 23 (9.38% from 255) = 6.78%

R = 33.92%
G = 59.29%
B = 6.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#73C917 (or 0x73C917) is known color: Lima. HEX triplet: 73, C9 and 17. RGB value is (115,201,23). Sum of RGB (Red+Green+Blue) = 115+201+23=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 201 (78.91% from 255 or 59.29% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 201 - color contains mainly: green. Hex color #73C917 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C917 is #8C36E8. Grayscale: #9B9B9B. Windows color (decimal): -9189097 or 1558899. OLE color: 1558899.

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

Color convert

RGB 115 201 23 -
CMYK 0.43 0 0.89 0.21
HSL 88.99º 0.79% 0.44% -
HSV(B) 88.99º 0.89% 0.79% -
XYZ 28.11 45.48 8.11 -
YUV 154.99 53.51 99.47 -
System Red Green Blue C M Y K H S L
Decimal 115 201 23 0.43 0 0.89 0.21 88.99 0.79 0.44
Hex 73 C9 17 2B 0 59 15 59 4F 2C
Octal 163 311 27 53 0 131 25 131 117 54
Binary 1110011 11001001 10111 101011 0 1011001 10101 1011001 1001111 101100

Color Harmonies of #73C917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C917

Black with #73C917

Text Example


Text Example

White with #73C917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,201,23); }

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

background-color css

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

 a { background-color: rgb(115,201,23); }

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

border-color css

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

 span { border-color: rgb(115,201,23); }

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