Html Css Color HEX #71C101 Christi

📋 copy color: '#71C101'

red 113 ◦ green 193 ◦ blue 1

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

Shades of Christi #71C101

Tints of Christi #71C101

RGB

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

 GREEN value IS 193 (75.78% from 255) = 62.87%

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

R = 36.81%
G = 62.87%
B = 0.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#71C101 (or 0x71C101) is known color: Christi. HEX triplet: 71, C1 and 01. RGB value is (113,193,1). Sum of RGB (Red+Green+Blue) = 113+193+1=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 193 (75.78% from 255 or 62.87% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 193 - color contains mainly: green. Hex color #71C101 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C101 is #8E3EFE. Grayscale: #939393. Windows color (decimal): -9322239 or 115057. OLE color: 115057.

HSL color Cylindrical-coordinate representation of color #71C101: hue angle of 85º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71C101 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 193 1 -
CMYK 0.41 0 0.99 0.24
HSL 85º 0.99% 0.38% -
HSV(B) 85º 0.99% 0.76% -
XYZ 25.89 41.65 6.7 -
YUV 147.19 45.5 103.61 -
System Red Green Blue C M Y K H S L
Decimal 113 193 1 0.41 0 0.99 0.24 85 0.99 0.38
Hex 71 C1 1 29 0 63 18 55 63 26
Octal 161 301 1 51 0 143 30 125 143 46
Binary 1110001 11000001 1 101001 0 1100011 11000 1010101 1100011 100110

Color Harmonies of #71C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C101

Black with #71C101

Text Example


Text Example

White with #71C101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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