Html Css Color HEX #71CD16 Christi

📋 copy color: '#71CD16'

red 113 ◦ green 205 ◦ blue 22

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

Shades of Christi #71CD16

Tints of Christi #71CD16

RGB

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

 GREEN value IS 205 (80.47% from 255) = 60.29%

 BLUE value IS 22 (8.98% from 255) = 6.47%

R = 33.24%
G = 60.29%
B = 6.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#71CD16 (or 0x71CD16) is known color: Christi. HEX triplet: 71, CD and 16. RGB value is (113,205,22). Sum of RGB (Red+Green+Blue) = 113+205+22=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 205 (80.47% from 255 or 60.29% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 205 - color contains mainly: green. Hex color #71CD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CD16 is #8E32E9. Grayscale: #9D9D9D. Windows color (decimal): -9319146 or 1494385. OLE color: 1494385.

HSL color Cylindrical-coordinate representation of color #71CD16: hue angle of 90.16º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71CD16 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 205 22 -
CMYK 0.45 0 0.89 0.20
HSL 90.16º 0.81% 0.45% -
HSV(B) 90.16º 0.89% 0.8% -
XYZ 28.79 47.23 8.36 -
YUV 156.63 52.02 96.88 -
System Red Green Blue C M Y K H S L
Decimal 113 205 22 0.45 0 0.89 0.20 90.16 0.81 0.45
Hex 71 CD 16 2D 0 59 14 5A 51 2D
Octal 161 315 26 55 0 131 24 132 121 55
Binary 1110001 11001101 10110 101101 0 1011001 10100 1011010 1010001 101101

Color Harmonies of #71CD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CD16

Black with #71CD16

Text Example


Text Example

White with #71CD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,205,22); }

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

background-color css

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

 a { background-color: rgb(113,205,22); }

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

border-color css

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

 span { border-color: rgb(113,205,22); }

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