Html Css Color HEX #71B301 Christi

📋 copy color: '#71B301'

red 113 ◦ green 179 ◦ blue 1

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

Shades of Christi #71B301

Tints of Christi #71B301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 61.09%

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

R = 38.57%
G = 61.09%
B = 0.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#71B301 (or 0x71B301) is known color: Christi. HEX triplet: 71, B3 and 01. RGB value is (113,179,1). Sum of RGB (Red+Green+Blue) = 113+179+1=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 179 (70.31% from 255 or 61.09% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 179 - color contains mainly: green. Hex color #71B301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B301 is #8E4CFE. Grayscale: #8B8B8B. Windows color (decimal): -9325823 or 111473. OLE color: 111473.

HSL color Cylindrical-coordinate representation of color #71B301: hue angle of 82.25º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71B301 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 179 1 -
CMYK 0.37 0 0.99 0.30
HSL 82.25º 0.99% 0.35% -
HSV(B) 82.25º 0.99% 0.7% -
XYZ 22.94 35.75 5.72 -
YUV 138.97 50.13 109.47 -
System Red Green Blue C M Y K H S L
Decimal 113 179 1 0.37 0 0.99 0.30 82.25 0.99 0.35
Hex 71 B3 1 25 0 63 1E 52 63 23
Octal 161 263 1 45 0 143 36 122 143 43
Binary 1110001 10110011 1 100101 0 1100011 11110 1010010 1100011 100011

Color Harmonies of #71B301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B301

Black with #71B301

Text Example


Text Example

White with #71B301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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