Html Css Color HEX #71C40B Christi

📋 copy color: '#71C40B'

red 113 ◦ green 196 ◦ blue 11

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

Shades of Christi #71C40B

Tints of Christi #71C40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 61.25%

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

R = 35.31%
G = 61.25%
B = 3.44%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#71C40B (or 0x71C40B) is known color: Christi. HEX triplet: 71, C4 and 0B. RGB value is (113,196,11). Sum of RGB (Red+Green+Blue) = 113+196+11=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 196 (76.95% from 255 or 61.25% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 196 - color contains mainly: green. Hex color #71C40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C40B is #8E3BF4. Grayscale: #969696. Windows color (decimal): -9321461 or 771185. OLE color: 771185.

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

Color convert

RGB 113 196 11 -
CMYK 0.42 0 0.94 0.23
HSL 86.92º 0.89% 0.41% -
HSV(B) 86.92º 0.94% 0.77% -
XYZ 26.61 43.01 7.22 -
YUV 150.09 49.5 101.54 -
System Red Green Blue C M Y K H S L
Decimal 113 196 11 0.42 0 0.94 0.23 86.92 0.89 0.41
Hex 71 C4 B 2A 0 5E 17 57 59 29
Octal 161 304 13 52 0 136 27 127 131 51
Binary 1110001 11000100 1011 101010 0 1011110 10111 1010111 1011001 101001

Color Harmonies of #71C40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C40B

Black with #71C40B

Text Example


Text Example

White with #71C40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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