Html Css Color HEX #71A301 Christi

📋 copy color: '#71A301'

red 113 ◦ green 163 ◦ blue 1

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

Shades of Christi #71A301

Tints of Christi #71A301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 58.84%

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

R = 40.79%
G = 58.84%
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

#71A301 (or 0x71A301) is known color: Christi. HEX triplet: 71, A3 and 01. RGB value is (113,163,1). Sum of RGB (Red+Green+Blue) = 113+163+1=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 163 (64.06% from 255 or 58.84% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 163 - color contains mainly: green. Hex color #71A301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A301 is #8E5CFE. Grayscale: #828282. Windows color (decimal): -9329919 or 107377. OLE color: 107377.

HSL color Cylindrical-coordinate representation of color #71A301: hue angle of 78.52º 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 #71A301 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 163 1 -
CMYK 0.31 0 0.99 0.36
HSL 78.52º 0.99% 0.32% -
HSV(B) 78.52º 0.99% 0.64% -
XYZ 19.91 29.71 4.71 -
YUV 129.58 55.44 116.17 -
System Red Green Blue C M Y K H S L
Decimal 113 163 1 0.31 0 0.99 0.36 78.52 0.99 0.32
Hex 71 A3 1 1F 0 63 24 4F 63 20
Octal 161 243 1 37 0 143 44 117 143 40
Binary 1110001 10100011 1 11111 0 1100011 100100 1001111 1100011 100000

Color Harmonies of #71A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A301

Black with #71A301

Text Example


Text Example

White with #71A301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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