Html Css Color HEX #71CB4C Mantis

📋 copy color: '#71CB4C'

red 113 ◦ green 203 ◦ blue 76

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

Shades of Mantis #71CB4C

Tints of Mantis #71CB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.39%

R = 28.83%
G = 51.79%
B = 19.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#71CB4C (or 0x71CB4C) is known color: Mantis. HEX triplet: 71, CB and 4C. RGB value is (113,203,76). Sum of RGB (Red+Green+Blue) = 113+203+76=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CB4C is #8E34B3. Grayscale: #A2A2A2. Windows color (decimal): -9319604 or 5032817. OLE color: 5032817.

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

Color convert

RGB 113 203 76 -
CMYK 0.44 0 0.63 0.20
HSL 102.52º 0.55% 0.55% -
HSV(B) 102.52º 0.63% 0.8% -
XYZ 29.47 46.74 14.31 -
YUV 161.61 79.68 93.33 -
System Red Green Blue C M Y K H S L
Decimal 113 203 76 0.44 0 0.63 0.20 102.52 0.55 0.55
Hex 71 CB 4C 2C 0 3F 14 67 37 37
Octal 161 313 114 54 0 77 24 147 67 67
Binary 1110001 11001011 1001100 101100 0 111111 10100 1100111 110111 110111

Color Harmonies of #71CB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CB4C

Black with #71CB4C

Text Example


Text Example

White with #71CB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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