Html Css Color HEX #71B401 Christi

📋 copy color: '#71B401'

red 113 ◦ green 180 ◦ blue 1

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

Shades of Christi #71B401

Tints of Christi #71B401

RGB

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

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

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

R = 38.44%
G = 61.22%
B = 0.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#71B401 (or 0x71B401) is known color: Christi. HEX triplet: 71, B4 and 01. RGB value is (113,180,1). Sum of RGB (Red+Green+Blue) = 113+180+1=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #71B401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B401 is #8E4BFE. Grayscale: #8C8C8C. Windows color (decimal): -9325567 or 111729. OLE color: 111729.

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

Color convert

RGB 113 180 1 -
CMYK 0.37 0 0.99 0.29
HSL 82.46º 0.99% 0.35% -
HSV(B) 82.46º 0.99% 0.71% -
XYZ 23.14 36.16 5.79 -
YUV 139.56 49.8 109.05 -
System Red Green Blue C M Y K H S L
Decimal 113 180 1 0.37 0 0.99 0.29 82.46 0.99 0.35
Hex 71 B4 1 25 0 63 1D 52 63 23
Octal 161 264 1 45 0 143 35 122 143 43
Binary 1110001 10110100 1 100101 0 1100011 11101 1010010 1100011 100011

Color Harmonies of #71B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B401

Black with #71B401

Text Example


Text Example

White with #71B401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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