Html Css Color HEX #71D058 Mantis

📋 copy color: '#71D058'

red 113 ◦ green 208 ◦ blue 88

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

Shades of Mantis #71D058

Tints of Mantis #71D058

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.86%

 BLUE value IS 88 (34.77% from 255) = 21.52%

R = 27.63%
G = 50.86%
B = 21.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#71D058 (or 0x71D058) is known color: Mantis. HEX triplet: 71, D0 and 58. RGB value is (113,208,88). Sum of RGB (Red+Green+Blue) = 113+208+88=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #71D058 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D058 is #8E2FA7. Grayscale: #A6A6A6. Windows color (decimal): -9318312 or 5820529. OLE color: 5820529.

HSL color Cylindrical-coordinate representation of color #71D058: hue angle of 107.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71D058 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 208 88 -
CMYK 0.46 0 0.58 0.18
HSL 107.5º 0.56% 0.58% -
HSV(B) 107.5º 0.58% 0.82% -
XYZ 31.13 49.33 17.11 -
YUV 165.92 84.03 90.26 -
System Red Green Blue C M Y K H S L
Decimal 113 208 88 0.46 0 0.58 0.18 107.5 0.56 0.58
Hex 71 D0 58 2E 0 3A 12 6C 38 3A
Octal 161 320 130 56 0 72 22 154 70 72
Binary 1110001 11010000 1011000 101110 0 111010 10010 1101100 111000 111010

Color Harmonies of #71D058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D058

Black with #71D058

Text Example


Text Example

White with #71D058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,208,88); }

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

background-color css

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

 a { background-color: rgb(113,208,88); }

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

border-color css

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

 span { border-color: rgb(113,208,88); }

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