Html Css Color HEX #71C308 Christi

📋 copy color: '#71C308'

red 113 ◦ green 195 ◦ blue 8

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

Shades of Christi #71C308

Tints of Christi #71C308

RGB

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

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

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

R = 35.76%
G = 61.71%
B = 2.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#71C308 (or 0x71C308) is known color: Christi. HEX triplet: 71, C3 and 08. RGB value is (113,195,8). Sum of RGB (Red+Green+Blue) = 113+195+8=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #71C308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71C308 is #8E3CF7. Grayscale: #959595. Windows color (decimal): -9321720 or 574321. OLE color: 574321.

HSL color Cylindrical-coordinate representation of color #71C308: hue angle of 86.31º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71C308 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 195 8 -
CMYK 0.42 0 0.96 0.24
HSL 86.31º 0.92% 0.4% -
HSV(B) 86.31º 0.96% 0.76% -
XYZ 26.37 42.56 7.05 -
YUV 149.16 48.33 102.21 -
System Red Green Blue C M Y K H S L
Decimal 113 195 8 0.42 0 0.96 0.24 86.31 0.92 0.4
Hex 71 C3 8 2A 0 60 18 56 5C 28
Octal 161 303 10 52 0 140 30 126 134 50
Binary 1110001 11000011 1000 101010 0 1100000 11000 1010110 1011100 101000

Color Harmonies of #71C308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C308

Black with #71C308

Text Example


Text Example

White with #71C308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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