Html Css Color HEX #71D64B Mantis

📋 copy color: '#71D64B'

red 113 ◦ green 214 ◦ blue 75

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

Shades of Mantis #71D64B

Tints of Mantis #71D64B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.23%

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

R = 28.11%
G = 53.23%
B = 18.66%

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

#71D64B (or 0x71D64B) is known color: Mantis. HEX triplet: 71, D6 and 4B. RGB value is (113,214,75). Sum of RGB (Red+Green+Blue) = 113+214+75=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 214 (83.98% from 255 or 53.23% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 214 - color contains mainly: green. Hex color #71D64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D64B is #8E29B4. Grayscale: #A8A8A8. Windows color (decimal): -9316789 or 4970097. OLE color: 4970097.

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

Color convert

RGB 113 214 75 -
CMYK 0.47 0 0.65 0.16
HSL 103.6º 0.63% 0.57% -
HSV(B) 103.6º 0.65% 0.84% -
XYZ 32.13 52.11 15.02 -
YUV 167.96 75.54 88.8 -
System Red Green Blue C M Y K H S L
Decimal 113 214 75 0.47 0 0.65 0.16 103.6 0.63 0.57
Hex 71 D6 4B 2F 0 41 10 68 3F 39
Octal 161 326 113 57 0 101 20 150 77 71
Binary 1110001 11010110 1001011 101111 0 1000001 10000 1101000 111111 111001

Color Harmonies of #71D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D64B

Black with #71D64B

Text Example


Text Example

White with #71D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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