Html Css Color HEX #71C301 Christi

📋 copy color: '#71C301'

red 113 ◦ green 195 ◦ blue 1

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

Shades of Christi #71C301

Tints of Christi #71C301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.11%

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

R = 36.57%
G = 63.11%
B = 0.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#71C301 (or 0x71C301) is known color: Christi. HEX triplet: 71, C3 and 01. RGB value is (113,195,1). Sum of RGB (Red+Green+Blue) = 113+195+1=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 195 (76.56% from 255 or 63.11% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 195 - color contains mainly: green. Hex color #71C301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C301 is #8E3CFE. Grayscale: #959595. Windows color (decimal): -9321727 or 115569. OLE color: 115569.

HSL color Cylindrical-coordinate representation of color #71C301: hue angle of 85.36º 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 #71C301 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 195 1 -
CMYK 0.42 0 0.99 0.24
HSL 85.36º 0.99% 0.38% -
HSV(B) 85.36º 0.99% 0.76% -
XYZ 26.33 42.54 6.85 -
YUV 148.37 44.83 102.77 -
System Red Green Blue C M Y K H S L
Decimal 113 195 1 0.42 0 0.99 0.24 85.36 0.99 0.38
Hex 71 C3 1 2A 0 63 18 55 63 26
Octal 161 303 1 52 0 143 30 125 143 46
Binary 1110001 11000011 1 101010 0 1100011 11000 1010101 1100011 100110

Color Harmonies of #71C301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C301

Black with #71C301

Text Example


Text Example

White with #71C301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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