Html Css Color HEX #71D54B Mantis

📋 copy color: '#71D54B'

red 113 ◦ green 213 ◦ blue 75

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

Shades of Mantis #71D54B

Tints of Mantis #71D54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.12%

 BLUE value IS 75 (29.69% from 255) = 18.7%

R = 28.18%
G = 53.12%
B = 18.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#71D54B (or 0x71D54B) is known color: Mantis. HEX triplet: 71, D5 and 4B. RGB value is (113,213,75). Sum of RGB (Red+Green+Blue) = 113+213+75=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #71D54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D54B is #8E2AB4. Grayscale: #A7A7A7. Windows color (decimal): -9317045 or 4969841. OLE color: 4969841.

HSL color Cylindrical-coordinate representation of color #71D54B: hue angle of 103.48º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71D54B is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 213 75 -
CMYK 0.47 0 0.65 0.16
HSL 103.48º 0.62% 0.56% -
HSV(B) 103.48º 0.65% 0.84% -
XYZ 31.87 51.61 14.94 -
YUV 167.37 75.87 89.22 -
System Red Green Blue C M Y K H S L
Decimal 113 213 75 0.47 0 0.65 0.16 103.48 0.62 0.56
Hex 71 D5 4B 2F 0 41 10 67 3E 38
Octal 161 325 113 57 0 101 20 147 76 70
Binary 1110001 11010101 1001011 101111 0 1000001 10000 1100111 111110 111000

Color Harmonies of #71D54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D54B

Black with #71D54B

Text Example


Text Example

White with #71D54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,213,75); }

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

background-color css

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

 a { background-color: rgb(113,213,75); }

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

border-color css

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

 span { border-color: rgb(113,213,75); }

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