Html Css Color HEX #71B70F Christi

📋 copy color: '#71B70F'

red 113 ◦ green 183 ◦ blue 15

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

Shades of Christi #71B70F

Tints of Christi #71B70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.82%

R = 36.33%
G = 58.84%
B = 4.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#71B70F (or 0x71B70F) is known color: Christi. HEX triplet: 71, B7 and 0F. RGB value is (113,183,15). Sum of RGB (Red+Green+Blue) = 113+183+15=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #71B70F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B70F is #8E48F0. Grayscale: #8F8F8F. Windows color (decimal): -9324785 or 1030001. OLE color: 1030001.

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

Color convert

RGB 113 183 15 -
CMYK 0.38 0 0.92 0.28
HSL 85º 0.85% 0.39% -
HSV(B) 85º 0.92% 0.72% -
XYZ 23.83 37.41 6.42 -
YUV 142.92 55.81 106.66 -
System Red Green Blue C M Y K H S L
Decimal 113 183 15 0.38 0 0.92 0.28 85 0.85 0.39
Hex 71 B7 F 26 0 5C 1C 55 55 27
Octal 161 267 17 46 0 134 34 125 125 47
Binary 1110001 10110111 1111 100110 0 1011100 11100 1010101 1010101 100111

Color Harmonies of #71B70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B70F

Black with #71B70F

Text Example


Text Example

White with #71B70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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