Html Css Color HEX #71CB19 Christi

📋 copy color: '#71CB19'

red 113 ◦ green 203 ◦ blue 25

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

Shades of Christi #71CB19

Tints of Christi #71CB19

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.53%

 BLUE value IS 25 (10.16% from 255) = 7.33%

R = 33.14%
G = 59.53%
B = 7.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#71CB19 (or 0x71CB19) is known color: Christi. HEX triplet: 71, CB and 19. RGB value is (113,203,25). Sum of RGB (Red+Green+Blue) = 113+203+25=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CB19 is #8E34E6. Grayscale: #9C9C9C. Windows color (decimal): -9319655 or 1690481. OLE color: 1690481.

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

Color convert

RGB 113 203 25 -
CMYK 0.44 0 0.88 0.20
HSL 90.34º 0.78% 0.45% -
HSV(B) 90.34º 0.88% 0.8% -
XYZ 28.34 46.29 8.36 -
YUV 155.8 54.18 97.47 -
System Red Green Blue C M Y K H S L
Decimal 113 203 25 0.44 0 0.88 0.20 90.34 0.78 0.45
Hex 71 CB 19 2C 0 58 14 5A 4E 2D
Octal 161 313 31 54 0 130 24 132 116 55
Binary 1110001 11001011 11001 101100 0 1011000 10100 1011010 1001110 101101

Color Harmonies of #71CB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CB19

Black with #71CB19

Text Example


Text Example

White with #71CB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,203,25); }

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

background-color css

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

 a { background-color: rgb(113,203,25); }

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

border-color css

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

 span { border-color: rgb(113,203,25); }

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