Html Css Color HEX #71BC0F Christi

📋 copy color: '#71BC0F'

red 113 ◦ green 188 ◦ blue 15

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

Shades of Christi #71BC0F

Tints of Christi #71BC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.75%

R = 35.76%
G = 59.49%
B = 4.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#71BC0F (or 0x71BC0F) is known color: Christi. HEX triplet: 71, BC and 0F. RGB value is (113,188,15). Sum of RGB (Red+Green+Blue) = 113+188+15=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BC0F is #8E43F0. Grayscale: #929292. Windows color (decimal): -9323505 or 1031281. OLE color: 1031281.

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

Color convert

RGB 113 188 15 -
CMYK 0.40 0 0.92 0.26
HSL 86.01º 0.85% 0.4% -
HSV(B) 86.01º 0.92% 0.74% -
XYZ 24.88 39.51 6.77 -
YUV 145.85 54.15 104.57 -
System Red Green Blue C M Y K H S L
Decimal 113 188 15 0.40 0 0.92 0.26 86.01 0.85 0.4
Hex 71 BC F 28 0 5C 1A 56 55 28
Octal 161 274 17 50 0 134 32 126 125 50
Binary 1110001 10111100 1111 101000 0 1011100 11010 1010110 1010101 101000

Color Harmonies of #71BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BC0F

Black with #71BC0F

Text Example


Text Example

White with #71BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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