Html Css Color HEX #71F60C Lawn Green

📋 copy color: '#71F60C'

red 113 ◦ green 246 ◦ blue 12

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

Shades of Lawn Green #71F60C

Tints of Lawn Green #71F60C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 66.31%

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

R = 30.46%
G = 66.31%
B = 3.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#71F60C (or 0x71F60C) is known color: Lawn Green. HEX triplet: 71, F6 and 0C. RGB value is (113,246,12). Sum of RGB (Red+Green+Blue) = 113+246+12=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 246 (96.48% from 255 or 66.31% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 246 - color contains mainly: green. Hex color #71F60C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F60C is #8E09F3. Grayscale: #B4B4B4. Windows color (decimal): -9308660 or 849521. OLE color: 849521.

HSL color Cylindrical-coordinate representation of color #71F60C: hue angle of 94.1º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71F60C is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 246 12 -
CMYK 0.54 0 0.95 0.04
HSL 94.1º 0.93% 0.51% -
HSV(B) 94.1º 0.95% 0.96% -
XYZ 39.83 69.45 11.65 -
YUV 179.56 33.44 80.53 -
System Red Green Blue C M Y K H S L
Decimal 113 246 12 0.54 0 0.95 0.04 94.1 0.93 0.51
Hex 71 F6 C 36 0 5F 4 5E 5D 33
Octal 161 366 14 66 0 137 4 136 135 63
Binary 1110001 11110110 1100 110110 0 1011111 100 1011110 1011101 110011

Color Harmonies of #71F60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F60C

Black with #71F60C

Text Example


Text Example

White with #71F60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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