Html Css Color HEX #71B422 Christi

📋 copy color: '#71B422'

red 113 ◦ green 180 ◦ blue 34

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

Shades of Christi #71B422

Tints of Christi #71B422

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.05%

 BLUE value IS 34 (13.67% from 255) = 10.4%

R = 34.56%
G = 55.05%
B = 10.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#71B422 (or 0x71B422) is known color: Christi. HEX triplet: 71, B4 and 22. RGB value is (113,180,34). Sum of RGB (Red+Green+Blue) = 113+180+34=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #71B422 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B422 is #8E4BDD. Grayscale: #8F8F8F. Windows color (decimal): -9325534 or 2274417. OLE color: 2274417.

HSL color Cylindrical-coordinate representation of color #71B422: hue angle of 87.53º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71B422 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 180 34 -
CMYK 0.37 0 0.81 0.29
HSL 87.53º 0.68% 0.42% -
HSV(B) 87.53º 0.81% 0.71% -
XYZ 23.42 36.27 7.28 -
YUV 143.32 66.3 106.37 -
System Red Green Blue C M Y K H S L
Decimal 113 180 34 0.37 0 0.81 0.29 87.53 0.68 0.42
Hex 71 B4 22 25 0 51 1D 58 44 2A
Octal 161 264 42 45 0 121 35 130 104 52
Binary 1110001 10110100 100010 100101 0 1010001 11101 1011000 1000100 101010

Color Harmonies of #71B422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B422

Black with #71B422

Text Example


Text Example

White with #71B422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,180,34); }

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

background-color css

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

 a { background-color: rgb(113,180,34); }

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

border-color css

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

 span { border-color: rgb(113,180,34); }

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