Html Css Color HEX #71C80B Christi

📋 copy color: '#71C80B'

red 113 ◦ green 200 ◦ blue 11

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

Shades of Christi #71C80B

Tints of Christi #71C80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 61.73%

 BLUE value IS 11 (4.69% from 255) = 3.4%

R = 34.88%
G = 61.73%
B = 3.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#71C80B (or 0x71C80B) is known color: Christi. HEX triplet: 71, C8 and 0B. RGB value is (113,200,11). Sum of RGB (Red+Green+Blue) = 113+200+11=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #71C80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C80B is #8E37F4. Grayscale: #999999. Windows color (decimal): -9320437 or 772209. OLE color: 772209.

HSL color Cylindrical-coordinate representation of color #71C80B: hue angle of 87.62º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71C80B is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 200 11 -
CMYK 0.44 0 0.94 0.22
HSL 87.62º 0.9% 0.41% -
HSV(B) 87.62º 0.95% 0.78% -
XYZ 27.52 44.84 7.52 -
YUV 152.44 48.18 99.87 -
System Red Green Blue C M Y K H S L
Decimal 113 200 11 0.44 0 0.94 0.22 87.62 0.9 0.41
Hex 71 C8 B 2C 0 5E 16 58 5A 29
Octal 161 310 13 54 0 136 26 130 132 51
Binary 1110001 11001000 1011 101100 0 1011110 10110 1011000 1011010 101001

Color Harmonies of #71C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C80B

Black with #71C80B

Text Example


Text Example

White with #71C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,200,11); }

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

background-color css

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

 a { background-color: rgb(113,200,11); }

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

border-color css

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

 span { border-color: rgb(113,200,11); }

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