Html Css Color HEX #71BC12 Christi

📋 copy color: '#71BC12'

red 113 ◦ green 188 ◦ blue 18

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

Shades of Christi #71BC12

Tints of Christi #71BC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.64%

R = 35.42%
G = 58.93%
B = 5.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#71BC12 (or 0x71BC12) is known color: Christi. HEX triplet: 71, BC and 12. RGB value is (113,188,18). Sum of RGB (Red+Green+Blue) = 113+188+18=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BC12 is #8E43ED. Grayscale: #929292. Windows color (decimal): -9323502 or 1227889. OLE color: 1227889.

HSL color Cylindrical-coordinate representation of color #71BC12: hue angle of 86.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71BC12 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 188 18 -
CMYK 0.40 0 0.90 0.26
HSL 86.47º 0.83% 0.4% -
HSV(B) 86.47º 0.9% 0.74% -
XYZ 24.9 39.52 6.89 -
YUV 146.2 55.65 104.32 -
System Red Green Blue C M Y K H S L
Decimal 113 188 18 0.40 0 0.90 0.26 86.47 0.83 0.4
Hex 71 BC 12 28 0 5A 1A 56 53 28
Octal 161 274 22 50 0 132 32 126 123 50
Binary 1110001 10111100 10010 101000 0 1011010 11010 1010110 1010011 101000

Color Harmonies of #71BC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BC12

Black with #71BC12

Text Example


Text Example

White with #71BC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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