Html Css Color HEX #71B712 Christi

📋 copy color: '#71B712'

red 113 ◦ green 183 ◦ blue 18

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

Shades of Christi #71B712

Tints of Christi #71B712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.28%

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 35.99%
G = 58.28%
B = 5.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#71B712 (or 0x71B712) is known color: Christi. HEX triplet: 71, B7 and 12. RGB value is (113,183,18). Sum of RGB (Red+Green+Blue) = 113+183+18=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #71B712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B712 is #8E48ED. Grayscale: #8F8F8F. Windows color (decimal): -9324782 or 1226609. OLE color: 1226609.

HSL color Cylindrical-coordinate representation of color #71B712: hue angle of 85.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71B712 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 183 18 -
CMYK 0.38 0 0.90 0.28
HSL 85.45º 0.82% 0.39% -
HSV(B) 85.45º 0.9% 0.72% -
XYZ 23.85 37.42 6.54 -
YUV 143.26 57.31 106.42 -
System Red Green Blue C M Y K H S L
Decimal 113 183 18 0.38 0 0.90 0.28 85.45 0.82 0.39
Hex 71 B7 12 26 0 5A 1C 55 52 27
Octal 161 267 22 46 0 132 34 125 122 47
Binary 1110001 10110111 10010 100110 0 1011010 11100 1010101 1010010 100111

Color Harmonies of #71B712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B712

Black with #71B712

Text Example


Text Example

White with #71B712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,183,18); }

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

background-color css

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

 a { background-color: rgb(113,183,18); }

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

border-color css

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

 span { border-color: rgb(113,183,18); }

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