Html Css Color HEX #71B905 Christi

📋 copy color: '#71B905'

red 113 ◦ green 185 ◦ blue 5

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

Shades of Christi #71B905

Tints of Christi #71B905

RGB

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

 GREEN value IS 185 (72.66% from 255) = 61.06%

 BLUE value IS 5 (2.34% from 255) = 1.65%

R = 37.29%
G = 61.06%
B = 1.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#71B905 (or 0x71B905) is known color: Christi. HEX triplet: 71, B9 and 05. RGB value is (113,185,5). Sum of RGB (Red+Green+Blue) = 113+185+5=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 185 (72.66% from 255 or 61.06% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 185 - color contains mainly: green. Hex color #71B905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B905 is #8E46FA. Grayscale: #8F8F8F. Windows color (decimal): -9324283 or 375153. OLE color: 375153.

HSL color Cylindrical-coordinate representation of color #71B905: hue angle of 84º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71B905 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 185 5 -
CMYK 0.39 0 0.97 0.27
HSL 84º 0.95% 0.37% -
HSV(B) 84º 0.97% 0.73% -
XYZ 24.19 38.22 6.25 -
YUV 142.95 50.15 106.64 -
System Red Green Blue C M Y K H S L
Decimal 113 185 5 0.39 0 0.97 0.27 84 0.95 0.37
Hex 71 B9 5 27 0 61 1B 54 5F 25
Octal 161 271 5 47 0 141 33 124 137 45
Binary 1110001 10111001 101 100111 0 1100001 11011 1010100 1011111 100101

Color Harmonies of #71B905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B905

Black with #71B905

Text Example


Text Example

White with #71B905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,185,5); }

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

background-color css

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

 a { background-color: rgb(113,185,5); }

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

border-color css

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

 span { border-color: rgb(113,185,5); }

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