Html Css Color HEX #71D010 Christi

📋 copy color: '#71D010'

red 113 ◦ green 208 ◦ blue 16

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

Shades of Christi #71D010

Tints of Christi #71D010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.72%

 BLUE value IS 16 (6.64% from 255) = 4.75%

R = 33.53%
G = 61.72%
B = 4.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#71D010 (or 0x71D010) is known color: Christi. HEX triplet: 71, D0 and 10. RGB value is (113,208,16). Sum of RGB (Red+Green+Blue) = 113+208+16=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 208 (81.64% from 255 or 61.72% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 208 - color contains mainly: green. Hex color #71D010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D010 is #8E2FEF. Grayscale: #9E9E9E. Windows color (decimal): -9318384 or 1101937. OLE color: 1101937.

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

Color convert

RGB 113 208 16 -
CMYK 0.46 0 0.92 0.18
HSL 89.69º 0.86% 0.44% -
HSV(B) 89.69º 0.92% 0.82% -
XYZ 29.46 48.66 8.33 -
YUV 157.71 48.03 96.11 -
System Red Green Blue C M Y K H S L
Decimal 113 208 16 0.46 0 0.92 0.18 89.69 0.86 0.44
Hex 71 D0 10 2E 0 5C 12 5A 56 2C
Octal 161 320 20 56 0 134 22 132 126 54
Binary 1110001 11010000 10000 101110 0 1011100 10010 1011010 1010110 101100

Color Harmonies of #71D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D010

Black with #71D010

Text Example


Text Example

White with #71D010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,208,16); }

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

background-color css

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

 a { background-color: rgb(113,208,16); }

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

border-color css

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

 span { border-color: rgb(113,208,16); }

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