Html Css Color HEX #71C021 Christi

📋 copy color: '#71C021'

red 113 ◦ green 192 ◦ blue 33

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

Shades of Christi #71C021

Tints of Christi #71C021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.8%

 BLUE value IS 33 (13.28% from 255) = 9.76%

R = 33.43%
G = 56.8%
B = 9.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#71C021 (or 0x71C021) is known color: Christi. HEX triplet: 71, C0 and 21. RGB value is (113,192,33). Sum of RGB (Red+Green+Blue) = 113+192+33=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #71C021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C021 is #8E3FDE. Grayscale: #969696. Windows color (decimal): -9322463 or 2211953. OLE color: 2211953.

HSL color Cylindrical-coordinate representation of color #71C021: hue angle of 89.81º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71C021 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 192 33 -
CMYK 0.41 0 0.83 0.25
HSL 89.81º 0.71% 0.44% -
HSV(B) 89.81º 0.83% 0.75% -
XYZ 25.93 41.32 8.05 -
YUV 150.25 61.83 101.43 -
System Red Green Blue C M Y K H S L
Decimal 113 192 33 0.41 0 0.83 0.25 89.81 0.71 0.44
Hex 71 C0 21 29 0 53 19 5A 47 2C
Octal 161 300 41 51 0 123 31 132 107 54
Binary 1110001 11000000 100001 101001 0 1010011 11001 1011010 1000111 101100

Color Harmonies of #71C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C021

Black with #71C021

Text Example


Text Example

White with #71C021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,192,33); }

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

background-color css

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

 a { background-color: rgb(113,192,33); }

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

border-color css

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

 span { border-color: rgb(113,192,33); }

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