Html Css Color HEX #71B500 Christi

📋 copy color: '#71B500'

red 113 ◦ green 181 ◦ blue 0

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

Shades of Christi #71B500

Tints of Christi #71B500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 61.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.44%
G = 61.56%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#71B500 (or 0x71B500) is known color: Christi. HEX triplet: 71, B5 and 00. RGB value is (113,181,0). Sum of RGB (Red+Green+Blue) = 113+181+0=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 181 (71.09% from 255 or 61.56% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 181 - color contains mainly: green. Hex color #71B500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B500 is #8E4AFF. Grayscale: #8C8C8C. Windows color (decimal): -9325312 or 46449. OLE color: 46449.

HSL color Cylindrical-coordinate representation of color #71B500: hue angle of 82.54º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71B500 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 181 0 -
CMYK 0.38 0 1 0.29
HSL 82.54º 1% 0.35% -
HSV(B) 82.54º 1% 0.71% -
XYZ 23.33 36.56 5.83 -
YUV 140.03 48.97 108.72 -
System Red Green Blue C M Y K H S L
Decimal 113 181 0 0.38 0 1 0.29 82.54 1 0.35
Hex 71 B5 0 26 0 64 1D 53 64 23
Octal 161 265 0 46 0 144 35 123 144 43
Binary 1110001 10110101 0 100110 0 1100100 11101 1010011 1100100 100011

Color Harmonies of #71B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B500

Black with #71B500

Text Example


Text Example

White with #71B500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,181,0); }

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

background-color css

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

 a { background-color: rgb(113,181,0); }

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

border-color css

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

 span { border-color: rgb(113,181,0); }

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