Html Css Color HEX #71CE13 Christi

📋 copy color: '#71CE13'

red 113 ◦ green 206 ◦ blue 19

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

Shades of Christi #71CE13

Tints of Christi #71CE13

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.95%

 BLUE value IS 19 (7.81% from 255) = 5.62%

R = 33.43%
G = 60.95%
B = 5.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#71CE13 (or 0x71CE13) is known color: Christi. HEX triplet: 71, CE and 13. RGB value is (113,206,19). Sum of RGB (Red+Green+Blue) = 113+206+19=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 206 (80.86% from 255 or 60.95% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CE13 is #8E31EC. Grayscale: #9D9D9D. Windows color (decimal): -9318893 or 1298033. OLE color: 1298033.

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

Color convert

RGB 113 206 19 -
CMYK 0.45 0 0.91 0.19
HSL 89.84º 0.83% 0.44% -
HSV(B) 89.84º 0.91% 0.81% -
XYZ 29 47.7 8.29 -
YUV 156.88 50.19 96.71 -
System Red Green Blue C M Y K H S L
Decimal 113 206 19 0.45 0 0.91 0.19 89.84 0.83 0.44
Hex 71 CE 13 2D 0 5B 13 5A 53 2C
Octal 161 316 23 55 0 133 23 132 123 54
Binary 1110001 11001110 10011 101101 0 1011011 10011 1011010 1010011 101100

Color Harmonies of #71CE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CE13

Black with #71CE13

Text Example


Text Example

White with #71CE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,206,19); }

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

background-color css

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

 a { background-color: rgb(113,206,19); }

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

border-color css

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

 span { border-color: rgb(113,206,19); }

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