Html Css Color HEX #71CD15 Christi

📋 copy color: '#71CD15'

red 113 ◦ green 205 ◦ blue 21

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

Shades of Christi #71CD15

Tints of Christi #71CD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.19%

R = 33.33%
G = 60.47%
B = 6.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#71CD15 (or 0x71CD15) is known color: Christi. HEX triplet: 71, CD and 15. RGB value is (113,205,21). Sum of RGB (Red+Green+Blue) = 113+205+21=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 205 (80.47% from 255 or 60.47% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 205 - color contains mainly: green. Hex color #71CD15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CD15 is #8E32EA. Grayscale: #9D9D9D. Windows color (decimal): -9319147 or 1428849. OLE color: 1428849.

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

Color convert

RGB 113 205 21 -
CMYK 0.45 0 0.90 0.20
HSL 90º 0.81% 0.44% -
HSV(B) 90º 0.9% 0.8% -
XYZ 28.78 47.23 8.31 -
YUV 156.52 51.52 96.96 -
System Red Green Blue C M Y K H S L
Decimal 113 205 21 0.45 0 0.90 0.20 90 0.81 0.44
Hex 71 CD 15 2D 0 5A 14 5A 51 2C
Octal 161 315 25 55 0 132 24 132 121 54
Binary 1110001 11001101 10101 101101 0 1011010 10100 1011010 1010001 101100

Color Harmonies of #71CD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CD15

Black with #71CD15

Text Example


Text Example

White with #71CD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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