Html Css Color HEX #71C001 Christi

📋 copy color: '#71C001'

red 113 ◦ green 192 ◦ blue 1

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

Shades of Christi #71C001

Tints of Christi #71C001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.75%

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

R = 36.93%
G = 62.75%
B = 0.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#71C001 (or 0x71C001) is known color: Christi. HEX triplet: 71, C0 and 01. RGB value is (113,192,1). Sum of RGB (Red+Green+Blue) = 113+192+1=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #71C001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C001 is #8E3FFE. Grayscale: #939393. Windows color (decimal): -9322495 or 114801. OLE color: 114801.

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

Color convert

RGB 113 192 1 -
CMYK 0.41 0 0.99 0.25
HSL 84.82º 0.99% 0.38% -
HSV(B) 84.82º 0.99% 0.75% -
XYZ 25.67 41.21 6.63 -
YUV 146.61 45.83 104.03 -
System Red Green Blue C M Y K H S L
Decimal 113 192 1 0.41 0 0.99 0.25 84.82 0.99 0.38
Hex 71 C0 1 29 0 63 19 55 63 26
Octal 161 300 1 51 0 143 31 125 143 46
Binary 1110001 11000000 1 101001 0 1100011 11001 1010101 1100011 100110

Color Harmonies of #71C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C001

Black with #71C001

Text Example


Text Example

White with #71C001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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