Html Css Color HEX #71BC05 Christi

📋 copy color: '#71BC05'

red 113 ◦ green 188 ◦ blue 5

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

Shades of Christi #71BC05

Tints of Christi #71BC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 36.93%
G = 61.44%
B = 1.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#71BC05 (or 0x71BC05) is known color: Christi. HEX triplet: 71, BC and 05. RGB value is (113,188,5). Sum of RGB (Red+Green+Blue) = 113+188+5=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BC05 is #8E43FA. Grayscale: #919191. Windows color (decimal): -9323515 or 375921. OLE color: 375921.

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

Color convert

RGB 113 188 5 -
CMYK 0.40 0 0.97 0.26
HSL 84.59º 0.95% 0.38% -
HSV(B) 84.59º 0.97% 0.74% -
XYZ 24.82 39.49 6.46 -
YUV 144.71 49.15 105.38 -
System Red Green Blue C M Y K H S L
Decimal 113 188 5 0.40 0 0.97 0.26 84.59 0.95 0.38
Hex 71 BC 5 28 0 61 1A 55 5F 26
Octal 161 274 5 50 0 141 32 125 137 46
Binary 1110001 10111100 101 101000 0 1100001 11010 1010101 1011111 100110

Color Harmonies of #71BC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BC05

Black with #71BC05

Text Example


Text Example

White with #71BC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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