Html Css Color HEX #71CC06 Christi

📋 copy color: '#71CC06'

red 113 ◦ green 204 ◦ blue 6

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

Shades of Christi #71CC06

Tints of Christi #71CC06

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.16%

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

R = 34.98%
G = 63.16%
B = 1.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#71CC06 (or 0x71CC06) is known color: Christi. HEX triplet: 71, CC and 06. RGB value is (113,204,6). Sum of RGB (Red+Green+Blue) = 113+204+6=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CC06 is #8E33F9. Grayscale: #9A9A9A. Windows color (decimal): -9319418 or 445553. OLE color: 445553.

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

Color convert

RGB 113 204 6 -
CMYK 0.45 0 0.97 0.2
HSL 87.58º 0.94% 0.41% -
HSV(B) 87.58º 0.97% 0.8% -
XYZ 28.44 46.71 7.69 -
YUV 154.22 44.35 98.6 -
System Red Green Blue C M Y K H S L
Decimal 113 204 6 0.45 0 0.97 0.2 87.58 0.94 0.41
Hex 71 CC 6 2D 0 61 14 58 5E 29
Octal 161 314 6 55 0 141 24 130 136 51
Binary 1110001 11001100 110 101101 0 1100001 10100 1011000 1011110 101001

Color Harmonies of #71CC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CC06

Black with #71CC06

Text Example


Text Example

White with #71CC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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