Html Css Color HEX #71A401 Christi

📋 copy color: '#71A401'

red 113 ◦ green 164 ◦ blue 1

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

Shades of Christi #71A401

Tints of Christi #71A401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 58.99%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 40.65%
G = 58.99%
B = 0.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#71A401 (or 0x71A401) is known color: Christi. HEX triplet: 71, A4 and 01. RGB value is (113,164,1). Sum of RGB (Red+Green+Blue) = 113+164+1=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 164 (64.45% from 255 or 58.99% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 164 - color contains mainly: green. Hex color #71A401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A401 is #8E5BFE. Grayscale: #828282. Windows color (decimal): -9329663 or 107633. OLE color: 107633.

HSL color Cylindrical-coordinate representation of color #71A401: hue angle of 78.77º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71A401 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 164 1 -
CMYK 0.31 0 0.99 0.36
HSL 78.77º 0.99% 0.32% -
HSV(B) 78.77º 0.99% 0.64% -
XYZ 20.09 30.06 4.77 -
YUV 130.17 55.1 115.75 -
System Red Green Blue C M Y K H S L
Decimal 113 164 1 0.31 0 0.99 0.36 78.77 0.99 0.32
Hex 71 A4 1 1F 0 63 24 4F 63 20
Octal 161 244 1 37 0 143 44 117 143 40
Binary 1110001 10100100 1 11111 0 1100011 100100 1001111 1100011 100000

Color Harmonies of #71A401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A401

Black with #71A401

Text Example


Text Example

White with #71A401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,164,1); }

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

background-color css

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

 a { background-color: rgb(113,164,1); }

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

border-color css

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

 span { border-color: rgb(113,164,1); }

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