Html Css Color HEX #73D70C Lawn Green

📋 copy color: '#73D70C'

red 115 ◦ green 215 ◦ blue 12

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

Shades of Lawn Green #73D70C

Tints of Lawn Green #73D70C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 62.87%

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

R = 33.63%
G = 62.87%
B = 3.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#73D70C (or 0x73D70C) is known color: Lawn Green. HEX triplet: 73, D7 and 0C. RGB value is (115,215,12). Sum of RGB (Red+Green+Blue) = 115+215+12=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 215 (84.38% from 255 or 62.87% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 215 - color contains mainly: green. Hex color #73D70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D70C is #8C28F3. Grayscale: #A2A2A2. Windows color (decimal): -9185524 or 841587. OLE color: 841587.

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

Color convert

RGB 115 215 12 -
CMYK 0.47 0 0.94 0.16
HSL 89.56º 0.89% 0.45% -
HSV(B) 89.56º 0.94% 0.84% -
XYZ 31.44 52.27 8.78 -
YUV 161.96 43.37 94.51 -
System Red Green Blue C M Y K H S L
Decimal 115 215 12 0.47 0 0.94 0.16 89.56 0.89 0.45
Hex 73 D7 C 2F 0 5E 10 5A 59 2D
Octal 163 327 14 57 0 136 20 132 131 55
Binary 1110011 11010111 1100 101111 0 1011110 10000 1011010 1011001 101101

Color Harmonies of #73D70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D70C

Black with #73D70C

Text Example


Text Example

White with #73D70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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