Html Css Color HEX #71D312 Christi

📋 copy color: '#71D312'

red 113 ◦ green 211 ◦ blue 18

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

Shades of Christi #71D312

Tints of Christi #71D312

RGB

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

 GREEN value IS 211 (82.81% from 255) = 61.7%

 BLUE value IS 18 (7.42% from 255) = 5.26%

R = 33.04%
G = 61.7%
B = 5.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#71D312 (or 0x71D312) is known color: Christi. HEX triplet: 71, D3 and 12. RGB value is (113,211,18). Sum of RGB (Red+Green+Blue) = 113+211+18=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 211 (82.81% from 255 or 61.70% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 211 - color contains mainly: green. Hex color #71D312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D312 is #8E2CED. Grayscale: #A0A0A0. Windows color (decimal): -9317614 or 1233777. OLE color: 1233777.

HSL color Cylindrical-coordinate representation of color #71D312: hue angle of 90.47º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71D312 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 113 211 18 -
CMYK 0.46 0 0.91 0.17
HSL 90.47º 0.84% 0.45% -
HSV(B) 90.47º 0.91% 0.83% -
XYZ 30.21 50.14 8.66 -
YUV 159.7 48.03 94.69 -
System Red Green Blue C M Y K H S L
Decimal 113 211 18 0.46 0 0.91 0.17 90.47 0.84 0.45
Hex 71 D3 12 2E 0 5B 11 5A 54 2D
Octal 161 323 22 56 0 133 21 132 124 55
Binary 1110001 11010011 10010 101110 0 1011011 10001 1011010 1010100 101101

Color Harmonies of #71D312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D312

Black with #71D312

Text Example


Text Example

White with #71D312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,211,18); }

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

background-color css

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

 a { background-color: rgb(113,211,18); }

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

border-color css

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

 span { border-color: rgb(113,211,18); }

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