Html Css Color HEX #71BB0F Christi

📋 copy color: '#71BB0F'

red 113 ◦ green 187 ◦ blue 15

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

Shades of Christi #71BB0F

Tints of Christi #71BB0F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 59.37%

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

R = 35.87%
G = 59.37%
B = 4.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#71BB0F (or 0x71BB0F) is known color: Christi. HEX triplet: 71, BB and 0F. RGB value is (113,187,15). Sum of RGB (Red+Green+Blue) = 113+187+15=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 187 (73.44% from 255 or 59.37% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BB0F is #8E44F0. Grayscale: #919191. Windows color (decimal): -9323761 or 1031025. OLE color: 1031025.

HSL color Cylindrical-coordinate representation of color #71BB0F: hue angle of 85.81º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71BB0F is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 187 15 -
CMYK 0.40 0 0.92 0.27
HSL 85.81º 0.85% 0.4% -
HSV(B) 85.81º 0.92% 0.73% -
XYZ 24.67 39.09 6.7 -
YUV 145.27 54.48 104.99 -
System Red Green Blue C M Y K H S L
Decimal 113 187 15 0.40 0 0.92 0.27 85.81 0.85 0.4
Hex 71 BB F 28 0 5C 1B 56 55 28
Octal 161 273 17 50 0 134 33 126 125 50
Binary 1110001 10111011 1111 101000 0 1011100 11011 1010110 1010101 101000

Color Harmonies of #71BB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BB0F

Black with #71BB0F

Text Example


Text Example

White with #71BB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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