Html Css Color HEX #71D10B Christi

📋 copy color: '#71D10B'

red 113 ◦ green 209 ◦ blue 11

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

Shades of Christi #71D10B

Tints of Christi #71D10B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 62.76%

 BLUE value IS 11 (4.69% from 255) = 3.3%

R = 33.93%
G = 62.76%
B = 3.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#71D10B (or 0x71D10B) is known color: Christi. HEX triplet: 71, D1 and 0B. RGB value is (113,209,11). Sum of RGB (Red+Green+Blue) = 113+209+11=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 209 (82.03% from 255 or 62.76% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 209 - color contains mainly: green. Hex color #71D10B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D10B is #8E2EF4. Grayscale: #9E9E9E. Windows color (decimal): -9318133 or 774513. OLE color: 774513.

HSL color Cylindrical-coordinate representation of color #71D10B: hue angle of 89.09º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71D10B is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 209 11 -
CMYK 0.46 0 0.95 0.18
HSL 89.09º 0.9% 0.43% -
HSV(B) 89.09º 0.95% 0.82% -
XYZ 29.67 49.14 8.24 -
YUV 157.72 45.2 96.1 -
System Red Green Blue C M Y K H S L
Decimal 113 209 11 0.46 0 0.95 0.18 89.09 0.9 0.43
Hex 71 D1 B 2E 0 5F 12 59 5A 2B
Octal 161 321 13 56 0 137 22 131 132 53
Binary 1110001 11010001 1011 101110 0 1011111 10010 1011001 1011010 101011

Color Harmonies of #71D10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D10B

Black with #71D10B

Text Example


Text Example

White with #71D10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,209,11); }

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

background-color css

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

 a { background-color: rgb(113,209,11); }

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

border-color css

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

 span { border-color: rgb(113,209,11); }

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