Html Css Color HEX #71D20C Christi

📋 copy color: '#71D20C'

red 113 ◦ green 210 ◦ blue 12

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

Shades of Christi #71D20C

Tints of Christi #71D20C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 62.69%

 BLUE value IS 12 (5.08% from 255) = 3.58%

R = 33.73%
G = 62.69%
B = 3.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#71D20C (or 0x71D20C) is known color: Christi. HEX triplet: 71, D2 and 0C. RGB value is (113,210,12). Sum of RGB (Red+Green+Blue) = 113+210+12=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 210 (82.42% from 255 or 62.69% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 210 - color contains mainly: green. Hex color #71D20C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D20C is #8E2DF3. Grayscale: #9F9F9F. Windows color (decimal): -9317876 or 840305. OLE color: 840305.

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

Color convert

RGB 113 210 12 -
CMYK 0.46 0 0.94 0.18
HSL 89.39º 0.89% 0.44% -
HSV(B) 89.39º 0.94% 0.82% -
XYZ 29.92 49.63 8.35 -
YUV 158.43 45.36 95.6 -
System Red Green Blue C M Y K H S L
Decimal 113 210 12 0.46 0 0.94 0.18 89.39 0.89 0.44
Hex 71 D2 C 2E 0 5E 12 59 59 2C
Octal 161 322 14 56 0 136 22 131 131 54
Binary 1110001 11010010 1100 101110 0 1011110 10010 1011001 1011001 101100

Color Harmonies of #71D20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D20C

Black with #71D20C

Text Example


Text Example

White with #71D20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,210,12); }

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

background-color css

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

 a { background-color: rgb(113,210,12); }

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

border-color css

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

 span { border-color: rgb(113,210,12); }

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