Html Css Color HEX #71B31F Christi

📋 copy color: '#71B31F'

red 113 ◦ green 179 ◦ blue 31

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

Shades of Christi #71B31F

Tints of Christi #71B31F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.42%

 BLUE value IS 31 (12.5% from 255) = 9.6%

R = 34.98%
G = 55.42%
B = 9.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#71B31F (or 0x71B31F) is known color: Christi. HEX triplet: 71, B3 and 1F. RGB value is (113,179,31). Sum of RGB (Red+Green+Blue) = 113+179+31=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #71B31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B31F is #8E4CE0. Grayscale: #8E8E8E. Windows color (decimal): -9325793 or 2077553. OLE color: 2077553.

HSL color Cylindrical-coordinate representation of color #71B31F: hue angle of 86.76º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71B31F is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 179 31 -
CMYK 0.37 0 0.83 0.30
HSL 86.76º 0.7% 0.41% -
HSV(B) 86.76º 0.83% 0.7% -
XYZ 23.18 35.85 6.99 -
YUV 142.39 65.13 107.03 -
System Red Green Blue C M Y K H S L
Decimal 113 179 31 0.37 0 0.83 0.30 86.76 0.7 0.41
Hex 71 B3 1F 25 0 53 1E 57 46 29
Octal 161 263 37 45 0 123 36 127 106 51
Binary 1110001 10110011 11111 100101 0 1010011 11110 1010111 1000110 101001

Color Harmonies of #71B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B31F

Black with #71B31F

Text Example


Text Example

White with #71B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,179,31); }

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

background-color css

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

 a { background-color: rgb(113,179,31); }

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

border-color css

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

 span { border-color: rgb(113,179,31); }

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