Html Css Color HEX #71C006 Christi

📋 copy color: '#71C006'

red 113 ◦ green 192 ◦ blue 6

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

Shades of Christi #71C006

Tints of Christi #71C006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.93%

R = 36.33%
G = 61.74%
B = 1.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#71C006 (or 0x71C006) is known color: Christi. HEX triplet: 71, C0 and 06. RGB value is (113,192,6). Sum of RGB (Red+Green+Blue) = 113+192+6=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #71C006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C006 is #8E3FF9. Grayscale: #939393. Windows color (decimal): -9322490 or 442481. OLE color: 442481.

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

Color convert

RGB 113 192 6 -
CMYK 0.41 0 0.97 0.25
HSL 85.48º 0.94% 0.39% -
HSV(B) 85.48º 0.97% 0.75% -
XYZ 25.69 41.22 6.78 -
YUV 147.18 48.33 103.62 -
System Red Green Blue C M Y K H S L
Decimal 113 192 6 0.41 0 0.97 0.25 85.48 0.94 0.39
Hex 71 C0 6 29 0 61 19 55 5E 27
Octal 161 300 6 51 0 141 31 125 136 47
Binary 1110001 11000000 110 101001 0 1100001 11001 1010101 1011110 100111

Color Harmonies of #71C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C006

Black with #71C006

Text Example


Text Example

White with #71C006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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