Html Css Color HEX #71B11B Christi

📋 copy color: '#71B11B'

red 113 ◦ green 177 ◦ blue 27

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

Shades of Christi #71B11B

Tints of Christi #71B11B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 55.84%

 BLUE value IS 27 (10.94% from 255) = 8.52%

R = 35.65%
G = 55.84%
B = 8.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#71B11B (or 0x71B11B) is known color: Christi. HEX triplet: 71, B1 and 1B. RGB value is (113,177,27). Sum of RGB (Red+Green+Blue) = 113+177+27=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #71B11B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B11B is #8E4EE4. Grayscale: #8D8D8D. Windows color (decimal): -9326309 or 1814897. OLE color: 1814897.

HSL color Cylindrical-coordinate representation of color #71B11B: hue angle of 85.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71B11B is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 177 27 -
CMYK 0.36 0 0.85 0.31
HSL 85.6º 0.74% 0.4% -
HSV(B) 85.6º 0.85% 0.69% -
XYZ 22.73 35.03 6.6 -
YUV 140.76 63.8 108.2 -
System Red Green Blue C M Y K H S L
Decimal 113 177 27 0.36 0 0.85 0.31 85.6 0.74 0.4
Hex 71 B1 1B 24 0 55 1F 56 4A 28
Octal 161 261 33 44 0 125 37 126 112 50
Binary 1110001 10110001 11011 100100 0 1010101 11111 1010110 1001010 101000

Color Harmonies of #71B11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B11B

Black with #71B11B

Text Example


Text Example

White with #71B11B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,177,27); }

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

background-color css

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

 a { background-color: rgb(113,177,27); }

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

border-color css

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

 span { border-color: rgb(113,177,27); }

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