Html Css Color HEX #71B821 Christi

📋 copy color: '#71B821'

red 113 ◦ green 184 ◦ blue 33

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

Shades of Christi #71B821

Tints of Christi #71B821

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.76%

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

R = 34.24%
G = 55.76%
B = 10%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#71B821 (or 0x71B821) is known color: Christi. HEX triplet: 71, B8 and 21. RGB value is (113,184,33). Sum of RGB (Red+Green+Blue) = 113+184+33=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #71B821 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B821 is #8E47DE. Grayscale: #929292. Windows color (decimal): -9324511 or 2209905. OLE color: 2209905.

HSL color Cylindrical-coordinate representation of color #71B821: hue angle of 88.21º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71B821 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 184 33 -
CMYK 0.39 0 0.82 0.28
HSL 88.21º 0.7% 0.43% -
HSV(B) 88.21º 0.82% 0.72% -
XYZ 24.23 37.9 7.48 -
YUV 145.56 64.48 104.78 -
System Red Green Blue C M Y K H S L
Decimal 113 184 33 0.39 0 0.82 0.28 88.21 0.7 0.43
Hex 71 B8 21 27 0 52 1C 58 46 2B
Octal 161 270 41 47 0 122 34 130 106 53
Binary 1110001 10111000 100001 100111 0 1010010 11100 1011000 1000110 101011

Color Harmonies of #71B821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B821

Black with #71B821

Text Example


Text Example

White with #71B821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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