Html Css Color HEX #71C510 Christi

📋 copy color: '#71C510'

red 113 ◦ green 197 ◦ blue 16

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

Shades of Christi #71C510

Tints of Christi #71C510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 60.43%

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

R = 34.66%
G = 60.43%
B = 4.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#71C510 (or 0x71C510) is known color: Christi. HEX triplet: 71, C5 and 10. RGB value is (113,197,16). Sum of RGB (Red+Green+Blue) = 113+197+16=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #71C510 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C510 is #8E3AEF. Grayscale: #979797. Windows color (decimal): -9321200 or 1099121. OLE color: 1099121.

HSL color Cylindrical-coordinate representation of color #71C510: hue angle of 87.85º 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 #71C510 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 113 197 16 -
CMYK 0.43 0 0.92 0.23
HSL 87.85º 0.85% 0.42% -
HSV(B) 87.85º 0.92% 0.77% -
XYZ 26.87 43.48 7.47 -
YUV 151.25 51.67 100.72 -
System Red Green Blue C M Y K H S L
Decimal 113 197 16 0.43 0 0.92 0.23 87.85 0.85 0.42
Hex 71 C5 10 2B 0 5C 17 58 55 2A
Octal 161 305 20 53 0 134 27 130 125 52
Binary 1110001 11000101 10000 101011 0 1011100 10111 1011000 1010101 101010

Color Harmonies of #71C510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C510

Black with #71C510

Text Example


Text Example

White with #71C510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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