Html Css Color HEX #71C410 Christi

📋 copy color: '#71C410'

red 113 ◦ green 196 ◦ blue 16

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

Shades of Christi #71C410

Tints of Christi #71C410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 60.31%

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

R = 34.77%
G = 60.31%
B = 4.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#71C410 (or 0x71C410) is known color: Christi. HEX triplet: 71, C4 and 10. RGB value is (113,196,16). Sum of RGB (Red+Green+Blue) = 113+196+16=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 196 (76.95% from 255 or 60.31% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 196 - color contains mainly: green. Hex color #71C410 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C410 is #8E3BEF. Grayscale: #979797. Windows color (decimal): -9321456 or 1098865. OLE color: 1098865.

HSL color Cylindrical-coordinate representation of color #71C410: hue angle of 87.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71C410 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 113 196 16 -
CMYK 0.42 0 0.92 0.23
HSL 87.67º 0.85% 0.42% -
HSV(B) 87.67º 0.92% 0.77% -
XYZ 26.64 43.03 7.39 -
YUV 150.66 52 101.14 -
System Red Green Blue C M Y K H S L
Decimal 113 196 16 0.42 0 0.92 0.23 87.67 0.85 0.42
Hex 71 C4 10 2A 0 5C 17 58 55 2A
Octal 161 304 20 52 0 134 27 130 125 52
Binary 1110001 11000100 10000 101010 0 1011100 10111 1011000 1010101 101010

Color Harmonies of #71C410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C410

Black with #71C410

Text Example


Text Example

White with #71C410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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