Html Css Color HEX #71B825 Christi

📋 copy color: '#71B825'

red 113 ◦ green 184 ◦ blue 37

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

Shades of Christi #71B825

Tints of Christi #71B825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.08%

R = 33.83%
G = 55.09%
B = 11.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#71B825 (or 0x71B825) is known color: Christi. HEX triplet: 71, B8 and 25. RGB value is (113,184,37). Sum of RGB (Red+Green+Blue) = 113+184+37=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 184 (72.27% from 255 or 55.09% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 184 - color contains mainly: green. Hex color #71B825 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B825 is #8E47DA. Grayscale: #929292. Windows color (decimal): -9324507 or 2472049. OLE color: 2472049.

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

Color convert

RGB 113 184 37 -
CMYK 0.39 0 0.80 0.28
HSL 88.98º 0.67% 0.43% -
HSV(B) 88.98º 0.8% 0.72% -
XYZ 24.28 37.93 7.79 -
YUV 146.01 66.48 104.45 -
System Red Green Blue C M Y K H S L
Decimal 113 184 37 0.39 0 0.80 0.28 88.98 0.67 0.43
Hex 71 B8 25 27 0 50 1C 59 43 2B
Octal 161 270 45 47 0 120 34 131 103 53
Binary 1110001 10111000 100101 100111 0 1010000 11100 1011001 1000011 101011

Color Harmonies of #71B825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B825

Black with #71B825

Text Example


Text Example

White with #71B825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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