Html Css Color HEX #71BF0D Christi

📋 copy color: '#71BF0D'

red 113 ◦ green 191 ◦ blue 13

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

Shades of Christi #71BF0D

Tints of Christi #71BF0D

RGB

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

 GREEN value IS 191 (75% from 255) = 60.25%

 BLUE value IS 13 (5.47% from 255) = 4.1%

R = 35.65%
G = 60.25%
B = 4.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#71BF0D (or 0x71BF0D) is known color: Christi. HEX triplet: 71, BF and 0D. RGB value is (113,191,13). Sum of RGB (Red+Green+Blue) = 113+191+13=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BF0D is #8E40F2. Grayscale: #949494. Windows color (decimal): -9322739 or 900977. OLE color: 900977.

HSL color Cylindrical-coordinate representation of color #71BF0D: hue angle of 86.29º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71BF0D is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 191 13 -
CMYK 0.41 0 0.93 0.25
HSL 86.29º 0.87% 0.4% -
HSV(B) 86.29º 0.93% 0.75% -
XYZ 25.51 40.8 6.91 -
YUV 147.39 52.16 103.47 -
System Red Green Blue C M Y K H S L
Decimal 113 191 13 0.41 0 0.93 0.25 86.29 0.87 0.4
Hex 71 BF D 29 0 5D 19 56 57 28
Octal 161 277 15 51 0 135 31 126 127 50
Binary 1110001 10111111 1101 101001 0 1011101 11001 1010110 1010111 101000

Color Harmonies of #71BF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BF0D

Black with #71BF0D

Text Example


Text Example

White with #71BF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,191,13); }

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

background-color css

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

 a { background-color: rgb(113,191,13); }

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

border-color css

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

 span { border-color: rgb(113,191,13); }

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