Html Css Color HEX #71B403 Christi

📋 copy color: '#71B403'

red 113 ◦ green 180 ◦ blue 3

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

Shades of Christi #71B403

Tints of Christi #71B403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 38.18%
G = 60.81%
B = 1.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#71B403 (or 0x71B403) is known color: Christi. HEX triplet: 71, B4 and 03. RGB value is (113,180,3). Sum of RGB (Red+Green+Blue) = 113+180+3=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 180 (70.70% from 255 or 60.81% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 180 - color contains mainly: green. Hex color #71B403 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B403 is #8E4BFC. Grayscale: #8C8C8C. Windows color (decimal): -9325565 or 242801. OLE color: 242801.

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

Color convert

RGB 113 180 3 -
CMYK 0.37 0 0.98 0.29
HSL 82.71º 0.97% 0.36% -
HSV(B) 82.71º 0.98% 0.71% -
XYZ 23.15 36.16 5.85 -
YUV 139.79 50.8 108.89 -
System Red Green Blue C M Y K H S L
Decimal 113 180 3 0.37 0 0.98 0.29 82.71 0.97 0.36
Hex 71 B4 3 25 0 62 1D 53 61 24
Octal 161 264 3 45 0 142 35 123 141 44
Binary 1110001 10110100 11 100101 0 1100010 11101 1010011 1100001 100100

Color Harmonies of #71B403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B403

Black with #71B403

Text Example


Text Example

White with #71B403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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