Html Css Color HEX #71D70C Lawn Green

📋 copy color: '#71D70C'

red 113 ◦ green 215 ◦ blue 12

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

Shades of Lawn Green #71D70C

Tints of Lawn Green #71D70C

RGB

 RED value IS 113 (44.53% from 255) = 33.24%

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

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

R = 33.24%
G = 63.24%
B = 3.53%

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

#71D70C (or 0x71D70C) is known color: Lawn Green. HEX triplet: 71, D7 and 0C. RGB value is (113,215,12). Sum of RGB (Red+Green+Blue) = 113+215+12=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 215 (84.38% from 255 or 63.24% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 215 - color contains mainly: green. Hex color #71D70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D70C is #8E28F3. Grayscale: #A2A2A2. Windows color (decimal): -9316596 or 841585. OLE color: 841585.

HSL color Cylindrical-coordinate representation of color #71D70C: hue angle of 90.15º 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 #71D70C is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 215 12 -
CMYK 0.47 0 0.94 0.16
HSL 90.15º 0.89% 0.45% -
HSV(B) 90.15º 0.94% 0.84% -
XYZ 31.18 52.14 8.77 -
YUV 161.36 43.71 93.51 -
System Red Green Blue C M Y K H S L
Decimal 113 215 12 0.47 0 0.94 0.16 90.15 0.89 0.45
Hex 71 D7 C 2F 0 5E 10 5A 59 2D
Octal 161 327 14 57 0 136 20 132 131 55
Binary 1110001 11010111 1100 101111 0 1011110 10000 1011010 1011001 101101

Color Harmonies of #71D70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D70C

Black with #71D70C

Text Example


Text Example

White with #71D70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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