Html Css Color HEX #71BD13 Christi

📋 copy color: '#71BD13'

red 113 ◦ green 189 ◦ blue 19

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

Shades of Christi #71BD13

Tints of Christi #71BD13

RGB

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

 GREEN value IS 189 (74.22% from 255) = 58.88%

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 35.2%
G = 58.88%
B = 5.92%

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

#71BD13 (or 0x71BD13) is known color: Christi. HEX triplet: 71, BD and 13. RGB value is (113,189,19). Sum of RGB (Red+Green+Blue) = 113+189+19=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BD13 is #8E42EC. Grayscale: #939393. Windows color (decimal): -9323245 or 1293681. OLE color: 1293681.

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

Color convert

RGB 113 189 19 -
CMYK 0.40 0 0.90 0.26
HSL 86.82º 0.82% 0.41% -
HSV(B) 86.82º 0.9% 0.74% -
XYZ 25.13 39.95 7 -
YUV 146.9 55.82 103.82 -
System Red Green Blue C M Y K H S L
Decimal 113 189 19 0.40 0 0.90 0.26 86.82 0.82 0.41
Hex 71 BD 13 28 0 5A 1A 57 52 29
Octal 161 275 23 50 0 132 32 127 122 51
Binary 1110001 10111101 10011 101000 0 1011010 11010 1010111 1010010 101001

Color Harmonies of #71BD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BD13

Black with #71BD13

Text Example


Text Example

White with #71BD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,189,19); }

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

background-color css

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

 a { background-color: rgb(113,189,19); }

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

border-color css

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

 span { border-color: rgb(113,189,19); }

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