Html Css Color HEX #71B402 Christi

📋 copy color: '#71B402'

red 113 ◦ green 180 ◦ blue 2

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

Shades of Christi #71B402

Tints of Christi #71B402

RGB

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

 GREEN value IS 180 (70.7% from 255) = 61.02%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 38.31%
G = 61.02%
B = 0.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#71B402 (or 0x71B402) is known color: Christi. HEX triplet: 71, B4 and 02. RGB value is (113,180,2). Sum of RGB (Red+Green+Blue) = 113+180+2=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #71B402 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B402 is #8E4BFD. Grayscale: #8C8C8C. Windows color (decimal): -9325566 or 177265. OLE color: 177265.

HSL color Cylindrical-coordinate representation of color #71B402: hue angle of 82.58º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71B402 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 180 2 -
CMYK 0.37 0 0.99 0.29
HSL 82.58º 0.98% 0.36% -
HSV(B) 82.58º 0.99% 0.71% -
XYZ 23.14 36.16 5.82 -
YUV 139.68 50.3 108.97 -
System Red Green Blue C M Y K H S L
Decimal 113 180 2 0.37 0 0.99 0.29 82.58 0.98 0.36
Hex 71 B4 2 25 0 63 1D 53 62 24
Octal 161 264 2 45 0 143 35 123 142 44
Binary 1110001 10110100 10 100101 0 1100011 11101 1010011 1100010 100100

Color Harmonies of #71B402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B402

Black with #71B402

Text Example


Text Example

White with #71B402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,180,2); }

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

background-color css

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

 a { background-color: rgb(113,180,2); }

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

border-color css

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

 span { border-color: rgb(113,180,2); }

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