Html Css Color HEX #71CB65 Mantis

📋 copy color: '#71CB65'

red 113 ◦ green 203 ◦ blue 101

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

Shades of Mantis #71CB65

Tints of Mantis #71CB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.22%

R = 27.1%
G = 48.68%
B = 24.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#71CB65 (or 0x71CB65) is known color: Mantis. HEX triplet: 71, CB and 65. RGB value is (113,203,101). Sum of RGB (Red+Green+Blue) = 113+203+101=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CB65 is #8E349A. Grayscale: #A4A4A4. Windows color (decimal): -9319579 or 6671217. OLE color: 6671217.

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

Color convert

RGB 113 203 101 -
CMYK 0.44 0 0.50 0.20
HSL 112.94º 0.5% 0.6% -
HSV(B) 112.94º 0.5% 0.8% -
XYZ 30.51 47.16 19.81 -
YUV 164.46 92.18 91.29 -
System Red Green Blue C M Y K H S L
Decimal 113 203 101 0.44 0 0.50 0.20 112.94 0.5 0.6
Hex 71 CB 65 2C 0 32 14 71 32 3C
Octal 161 313 145 54 0 62 24 161 62 74
Binary 1110001 11001011 1100101 101100 0 110010 10100 1110001 110010 111100

Color Harmonies of #71CB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CB65

Black with #71CB65

Text Example


Text Example

White with #71CB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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