Html Css Color HEX #71B515 Christi

📋 copy color: '#71B515'

red 113 ◦ green 181 ◦ blue 21

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

Shades of Christi #71B515

Tints of Christi #71B515

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.46%

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 35.87%
G = 57.46%
B = 6.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#71B515 (or 0x71B515) is known color: Christi. HEX triplet: 71, B5 and 15. RGB value is (113,181,21). Sum of RGB (Red+Green+Blue) = 113+181+21=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #71B515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B515 is #8E4AEA. Grayscale: #8F8F8F. Windows color (decimal): -9325291 or 1422705. OLE color: 1422705.

HSL color Cylindrical-coordinate representation of color #71B515: hue angle of 85.5º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71B515 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 181 21 -
CMYK 0.38 0 0.88 0.29
HSL 85.5º 0.79% 0.4% -
HSV(B) 85.5º 0.88% 0.71% -
XYZ 23.47 36.61 6.54 -
YUV 142.43 59.47 107.01 -
System Red Green Blue C M Y K H S L
Decimal 113 181 21 0.38 0 0.88 0.29 85.5 0.79 0.4
Hex 71 B5 15 26 0 58 1D 56 4F 28
Octal 161 265 25 46 0 130 35 126 117 50
Binary 1110001 10110101 10101 100110 0 1011000 11101 1010110 1001111 101000

Color Harmonies of #71B515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B515

Black with #71B515

Text Example


Text Example

White with #71B515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,181,21); }

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

background-color css

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

 a { background-color: rgb(113,181,21); }

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

border-color css

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

 span { border-color: rgb(113,181,21); }

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