Html Css Color HEX #71B40B Christi

📋 copy color: '#71B40B'

red 113 ◦ green 180 ◦ blue 11

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

Shades of Christi #71B40B

Tints of Christi #71B40B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.21%

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

R = 37.17%
G = 59.21%
B = 3.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#71B40B (or 0x71B40B) is known color: Christi. HEX triplet: 71, B4 and 0B. RGB value is (113,180,11). Sum of RGB (Red+Green+Blue) = 113+180+11=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #71B40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B40B is #8E4BF4. Grayscale: #8D8D8D. Windows color (decimal): -9325557 or 767089. OLE color: 767089.

HSL color Cylindrical-coordinate representation of color #71B40B: hue angle of 83.79º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71B40B is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 180 11 -
CMYK 0.37 0 0.94 0.29
HSL 83.79º 0.88% 0.37% -
HSV(B) 83.79º 0.94% 0.71% -
XYZ 23.19 36.18 6.08 -
YUV 140.7 54.8 108.24 -
System Red Green Blue C M Y K H S L
Decimal 113 180 11 0.37 0 0.94 0.29 83.79 0.88 0.37
Hex 71 B4 B 25 0 5E 1D 54 58 25
Octal 161 264 13 45 0 136 35 124 130 45
Binary 1110001 10110100 1011 100101 0 1011110 11101 1010100 1011000 100101

Color Harmonies of #71B40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B40B

Black with #71B40B

Text Example


Text Example

White with #71B40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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