Html Css Color HEX #71C61D Christi

📋 copy color: '#71C61D'

red 113 ◦ green 198 ◦ blue 29

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

Shades of Christi #71C61D

Tints of Christi #71C61D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 58.24%

 BLUE value IS 29 (11.72% from 255) = 8.53%

R = 33.24%
G = 58.24%
B = 8.53%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#71C61D (or 0x71C61D) is known color: Christi. HEX triplet: 71, C6 and 1D. RGB value is (113,198,29). Sum of RGB (Red+Green+Blue) = 113+198+29=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 198 (77.73% from 255 or 58.24% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 198 - color contains mainly: green. Hex color #71C61D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C61D is #8E39E2. Grayscale: #999999. Windows color (decimal): -9320931 or 1951345. OLE color: 1951345.

HSL color Cylindrical-coordinate representation of color #71C61D: hue angle of 90.18º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71C61D is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 198 29 -
CMYK 0.43 0 0.85 0.22
HSL 90.18º 0.74% 0.45% -
HSV(B) 90.18º 0.85% 0.78% -
XYZ 27.23 43.99 8.22 -
YUV 153.32 57.84 99.24 -
System Red Green Blue C M Y K H S L
Decimal 113 198 29 0.43 0 0.85 0.22 90.18 0.74 0.45
Hex 71 C6 1D 2B 0 55 16 5A 4A 2D
Octal 161 306 35 53 0 125 26 132 112 55
Binary 1110001 11000110 11101 101011 0 1010101 10110 1011010 1001010 101101

Color Harmonies of #71C61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C61D

Black with #71C61D

Text Example


Text Example

White with #71C61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,198,29); }

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

background-color css

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

 a { background-color: rgb(113,198,29); }

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

border-color css

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

 span { border-color: rgb(113,198,29); }

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