Html Css Color HEX #73C817 Lima

📋 copy color: '#73C817'

red 115 ◦ green 200 ◦ blue 23

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

Shades of Lima #73C817

Tints of Lima #73C817

RGB

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

 GREEN value IS 200 (78.52% from 255) = 59.17%

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

R = 34.02%
G = 59.17%
B = 6.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#73C817 (or 0x73C817) is known color: Lima. HEX triplet: 73, C8 and 17. RGB value is (115,200,23). Sum of RGB (Red+Green+Blue) = 115+200+23=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 200 (78.52% from 255 or 59.17% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 200 - color contains mainly: green. Hex color #73C817 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C817 is #8C37E8. Grayscale: #9B9B9B. Windows color (decimal): -9189353 or 1558643. OLE color: 1558643.

HSL color Cylindrical-coordinate representation of color #73C817: hue angle of 88.81º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73C817 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 200 23 -
CMYK 0.42 0 0.88 0.22
HSL 88.81º 0.79% 0.44% -
HSV(B) 88.81º 0.89% 0.78% -
XYZ 27.88 45.02 8.03 -
YUV 154.41 53.84 99.89 -
System Red Green Blue C M Y K H S L
Decimal 115 200 23 0.42 0 0.88 0.22 88.81 0.79 0.44
Hex 73 C8 17 2A 0 58 16 59 4F 2C
Octal 163 310 27 52 0 130 26 131 117 54
Binary 1110011 11001000 10111 101010 0 1011000 10110 1011001 1001111 101100

Color Harmonies of #73C817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C817

Black with #73C817

Text Example


Text Example

White with #73C817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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