Html Css Color HEX #71C801 Christi

📋 copy color: '#71C801'

red 113 ◦ green 200 ◦ blue 1

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

Shades of Christi #71C801

Tints of Christi #71C801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 63.69%

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

R = 35.99%
G = 63.69%
B = 0.32%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#71C801 (or 0x71C801) is known color: Christi. HEX triplet: 71, C8 and 01. RGB value is (113,200,1). Sum of RGB (Red+Green+Blue) = 113+200+1=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 200 (78.52% from 255 or 63.69% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 200 - color contains mainly: green. Hex color #71C801 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C801 is #8E37FE. Grayscale: #989898. Windows color (decimal): -9320447 or 116849. OLE color: 116849.

HSL color Cylindrical-coordinate representation of color #71C801: hue angle of 86.23º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71C801 is Cyan = 0.44, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 200 1 -
CMYK 0.44 0 1.00 0.22
HSL 86.23º 0.99% 0.39% -
HSV(B) 86.23º 1% 0.78% -
XYZ 27.47 44.82 7.23 -
YUV 151.3 43.18 100.68 -
System Red Green Blue C M Y K H S L
Decimal 113 200 1 0.44 0 1.00 0.22 86.23 0.99 0.39
Hex 71 C8 1 2C 0 64 16 56 63 27
Octal 161 310 1 54 0 144 26 126 143 47
Binary 1110001 11001000 1 101100 0 1100100 10110 1010110 1100011 100111

Color Harmonies of #71C801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C801

Black with #71C801

Text Example


Text Example

White with #71C801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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