Html Css Color HEX #73D60C Lawn Green

📋 copy color: '#73D60C'

red 115 ◦ green 214 ◦ blue 12

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

Shades of Lawn Green #73D60C

Tints of Lawn Green #73D60C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 62.76%

 BLUE value IS 12 (5.08% from 255) = 3.52%

R = 33.72%
G = 62.76%
B = 3.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#73D60C (or 0x73D60C) is known color: Lawn Green. HEX triplet: 73, D6 and 0C. RGB value is (115,214,12). Sum of RGB (Red+Green+Blue) = 115+214+12=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 214 (83.98% from 255 or 62.76% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 214 - color contains mainly: green. Hex color #73D60C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D60C is #8C29F3. Grayscale: #A2A2A2. Windows color (decimal): -9185780 or 841331. OLE color: 841331.

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

Color convert

RGB 115 214 12 -
CMYK 0.46 0 0.94 0.16
HSL 89.41º 0.89% 0.44% -
HSV(B) 89.41º 0.94% 0.84% -
XYZ 31.18 51.76 8.7 -
YUV 161.37 43.7 94.93 -
System Red Green Blue C M Y K H S L
Decimal 115 214 12 0.46 0 0.94 0.16 89.41 0.89 0.44
Hex 73 D6 C 2E 0 5E 10 59 59 2C
Octal 163 326 14 56 0 136 20 131 131 54
Binary 1110011 11010110 1100 101110 0 1011110 10000 1011001 1011001 101100

Color Harmonies of #73D60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D60C

Black with #73D60C

Text Example


Text Example

White with #73D60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,214,12); }

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

background-color css

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

 a { background-color: rgb(115,214,12); }

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

border-color css

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

 span { border-color: rgb(115,214,12); }

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