Html Css Color HEX #71C008 Christi

📋 copy color: '#71C008'

red 113 ◦ green 192 ◦ blue 8

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

Shades of Christi #71C008

Tints of Christi #71C008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 36.1%
G = 61.34%
B = 2.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#71C008 (or 0x71C008) is known color: Christi. HEX triplet: 71, C0 and 08. RGB value is (113,192,8). Sum of RGB (Red+Green+Blue) = 113+192+8=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #71C008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C008 is #8E3FF7. Grayscale: #949494. Windows color (decimal): -9322488 or 573553. OLE color: 573553.

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

Color convert

RGB 113 192 8 -
CMYK 0.41 0 0.96 0.25
HSL 85.76º 0.92% 0.39% -
HSV(B) 85.76º 0.96% 0.75% -
XYZ 25.7 41.23 6.83 -
YUV 147.4 49.33 103.46 -
System Red Green Blue C M Y K H S L
Decimal 113 192 8 0.41 0 0.96 0.25 85.76 0.92 0.39
Hex 71 C0 8 29 0 60 19 56 5C 27
Octal 161 300 10 51 0 140 31 126 134 47
Binary 1110001 11000000 1000 101001 0 1100000 11001 1010110 1011100 100111

Color Harmonies of #71C008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C008

Black with #71C008

Text Example


Text Example

White with #71C008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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