Html Css Color HEX #71DC10 Lawn Green

📋 copy color: '#71DC10'

red 113 ◦ green 220 ◦ blue 16

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

Shades of Lawn Green #71DC10

Tints of Lawn Green #71DC10

RGB

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

 GREEN value IS 220 (86.33% from 255) = 63.04%

 BLUE value IS 16 (6.64% from 255) = 4.58%

R = 32.38%
G = 63.04%
B = 4.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#71DC10 (or 0x71DC10) is known color: Lawn Green. HEX triplet: 71, DC and 10. RGB value is (113,220,16). Sum of RGB (Red+Green+Blue) = 113+220+16=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71DC10 is #8E23EF. Grayscale: #A5A5A5. Windows color (decimal): -9315312 or 1105009. OLE color: 1105009.

HSL color Cylindrical-coordinate representation of color #71DC10: hue angle of 91.47º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71DC10 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 16 -
CMYK 0.49 0 0.93 0.14
HSL 91.47º 0.86% 0.46% -
HSV(B) 91.47º 0.93% 0.86% -
XYZ 32.5 54.73 9.34 -
YUV 164.75 44.05 91.09 -
System Red Green Blue C M Y K H S L
Decimal 113 220 16 0.49 0 0.93 0.14 91.47 0.86 0.46
Hex 71 DC 10 31 0 5D E 5B 56 2E
Octal 161 334 20 61 0 135 16 133 126 56
Binary 1110001 11011100 10000 110001 0 1011101 1110 1011011 1010110 101110

Color Harmonies of #71DC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DC10

Black with #71DC10

Text Example


Text Example

White with #71DC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,220,16); }

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

background-color css

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

 a { background-color: rgb(113,220,16); }

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

border-color css

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

 span { border-color: rgb(113,220,16); }

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