Html Css Color HEX #71C516 Christi

📋 copy color: '#71C516'

red 113 ◦ green 197 ◦ blue 22

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

Shades of Christi #71C516

Tints of Christi #71C516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.63%

R = 34.04%
G = 59.34%
B = 6.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#71C516 (or 0x71C516) is known color: Christi. HEX triplet: 71, C5 and 16. RGB value is (113,197,22). Sum of RGB (Red+Green+Blue) = 113+197+22=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #71C516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C516 is #8E3AE9. Grayscale: #989898. Windows color (decimal): -9321194 or 1492337. OLE color: 1492337.

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

Color convert

RGB 113 197 22 -
CMYK 0.43 0 0.89 0.23
HSL 88.8º 0.8% 0.43% -
HSV(B) 88.8º 0.89% 0.77% -
XYZ 26.92 43.5 7.74 -
YUV 151.93 54.67 100.23 -
System Red Green Blue C M Y K H S L
Decimal 113 197 22 0.43 0 0.89 0.23 88.8 0.8 0.43
Hex 71 C5 16 2B 0 59 17 59 50 2B
Octal 161 305 26 53 0 131 27 131 120 53
Binary 1110001 11000101 10110 101011 0 1011001 10111 1011001 1010000 101011

Color Harmonies of #71C516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C516

Black with #71C516

Text Example


Text Example

White with #71C516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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