Html Css Color HEX #71DD4B Mantis

📋 copy color: '#71DD4B'

red 113 ◦ green 221 ◦ blue 75

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

Shades of Mantis #71DD4B

Tints of Mantis #71DD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.03%

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

R = 27.63%
G = 54.03%
B = 18.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#71DD4B (or 0x71DD4B) is known color: Mantis. HEX triplet: 71, DD and 4B. RGB value is (113,221,75). Sum of RGB (Red+Green+Blue) = 113+221+75=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DD4B is #8E22B4. Grayscale: #ACACAC. Windows color (decimal): -9314997 or 4971889. OLE color: 4971889.

HSL color Cylindrical-coordinate representation of color #71DD4B: hue angle of 104.38º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71DD4B is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 221 75 -
CMYK 0.49 0 0.66 0.13
HSL 104.38º 0.68% 0.58% -
HSV(B) 104.38º 0.66% 0.87% -
XYZ 33.94 55.73 15.63 -
YUV 172.06 73.22 85.87 -
System Red Green Blue C M Y K H S L
Decimal 113 221 75 0.49 0 0.66 0.13 104.38 0.68 0.58
Hex 71 DD 4B 31 0 42 D 68 44 3A
Octal 161 335 113 61 0 102 15 150 104 72
Binary 1110001 11011101 1001011 110001 0 1000010 1101 1101000 1000100 111010

Color Harmonies of #71DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DD4B

Black with #71DD4B

Text Example


Text Example

White with #71DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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