Html Css Color HEX #71B528 Christi

📋 copy color: '#71B528'

red 113 ◦ green 181 ◦ blue 40

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

Shades of Christi #71B528

Tints of Christi #71B528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.98%

R = 33.83%
G = 54.19%
B = 11.98%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#71B528 (or 0x71B528) is known color: Christi. HEX triplet: 71, B5 and 28. RGB value is (113,181,40). Sum of RGB (Red+Green+Blue) = 113+181+40=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #71B528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B528 is #8E4AD7. Grayscale: #919191. Windows color (decimal): -9325272 or 2667889. OLE color: 2667889.

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

Color convert

RGB 113 181 40 -
CMYK 0.38 0 0.78 0.29
HSL 88.94º 0.64% 0.43% -
HSV(B) 88.94º 0.78% 0.71% -
XYZ 23.72 36.71 7.84 -
YUV 144.59 68.97 105.46 -
System Red Green Blue C M Y K H S L
Decimal 113 181 40 0.38 0 0.78 0.29 88.94 0.64 0.43
Hex 71 B5 28 26 0 4E 1D 59 40 2B
Octal 161 265 50 46 0 116 35 131 100 53
Binary 1110001 10110101 101000 100110 0 1001110 11101 1011001 1000000 101011

Color Harmonies of #71B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B528

Black with #71B528

Text Example


Text Example

White with #71B528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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