Html Css Color HEX #71DB45 Mantis

📋 copy color: '#71DB45'

red 113 ◦ green 219 ◦ blue 69

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

Shades of Mantis #71DB45

Tints of Mantis #71DB45

RGB

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

 GREEN value IS 219 (85.94% from 255) = 54.61%

 BLUE value IS 69 (27.34% from 255) = 17.21%

R = 28.18%
G = 54.61%
B = 17.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#71DB45 (or 0x71DB45) is known color: Mantis. HEX triplet: 71, DB and 45. RGB value is (113,219,69). Sum of RGB (Red+Green+Blue) = 113+219+69=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DB45 is #8E24BA. Grayscale: #AAAAAA. Windows color (decimal): -9315515 or 4578161. OLE color: 4578161.

HSL color Cylindrical-coordinate representation of color #71DB45: hue angle of 102.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71DB45 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 219 69 -
CMYK 0.48 0 0.68 0.14
HSL 102.4º 0.68% 0.56% -
HSV(B) 102.4º 0.68% 0.86% -
XYZ 33.22 54.6 14.42 -
YUV 170.21 70.88 87.2 -
System Red Green Blue C M Y K H S L
Decimal 113 219 69 0.48 0 0.68 0.14 102.4 0.68 0.56
Hex 71 DB 45 30 0 44 E 66 44 38
Octal 161 333 105 60 0 104 16 146 104 70
Binary 1110001 11011011 1000101 110000 0 1000100 1110 1100110 1000100 111000

Color Harmonies of #71DB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DB45

Black with #71DB45

Text Example


Text Example

White with #71DB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,219,69); }

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

background-color css

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

 a { background-color: rgb(113,219,69); }

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

border-color css

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

 span { border-color: rgb(113,219,69); }

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