Html Css Color HEX #71BC0C Christi

📋 copy color: '#71BC0C'

red 113 ◦ green 188 ◦ blue 12

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

Shades of Christi #71BC0C

Tints of Christi #71BC0C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.06%

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 36.1%
G = 60.06%
B = 3.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#71BC0C (or 0x71BC0C) is known color: Christi. HEX triplet: 71, BC and 0C. RGB value is (113,188,12). Sum of RGB (Red+Green+Blue) = 113+188+12=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BC0C is #8E43F3. Grayscale: #929292. Windows color (decimal): -9323508 or 834673. OLE color: 834673.

HSL color Cylindrical-coordinate representation of color #71BC0C: hue angle of 85.57º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71BC0C is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 188 12 -
CMYK 0.40 0 0.94 0.26
HSL 85.57º 0.88% 0.39% -
HSV(B) 85.57º 0.94% 0.74% -
XYZ 24.86 39.5 6.66 -
YUV 145.51 52.65 104.81 -
System Red Green Blue C M Y K H S L
Decimal 113 188 12 0.40 0 0.94 0.26 85.57 0.88 0.39
Hex 71 BC C 28 0 5E 1A 56 58 27
Octal 161 274 14 50 0 136 32 126 130 47
Binary 1110001 10111100 1100 101000 0 1011110 11010 1010110 1011000 100111

Color Harmonies of #71BC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BC0C

Black with #71BC0C

Text Example


Text Example

White with #71BC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,188,12); }

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

background-color css

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

 a { background-color: rgb(113,188,12); }

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

border-color css

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

 span { border-color: rgb(113,188,12); }

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