Html Css Color HEX #71DA45 Mantis

📋 copy color: '#71DA45'

red 113 ◦ green 218 ◦ blue 69

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

Shades of Mantis #71DA45

Tints of Mantis #71DA45

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.5%

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

R = 28.25%
G = 54.5%
B = 17.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#71DA45 (or 0x71DA45) is known color: Mantis. HEX triplet: 71, DA and 45. RGB value is (113,218,69). Sum of RGB (Red+Green+Blue) = 113+218+69=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #71DA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DA45 is #8E25BA. Grayscale: #AAAAAA. Windows color (decimal): -9315771 or 4577905. OLE color: 4577905.

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

Color convert

RGB 113 218 69 -
CMYK 0.48 0 0.68 0.15
HSL 102.28º 0.67% 0.56% -
HSV(B) 102.28º 0.68% 0.85% -
XYZ 32.96 54.08 14.33 -
YUV 169.62 71.21 87.62 -
System Red Green Blue C M Y K H S L
Decimal 113 218 69 0.48 0 0.68 0.15 102.28 0.67 0.56
Hex 71 DA 45 30 0 44 F 66 43 38
Octal 161 332 105 60 0 104 17 146 103 70
Binary 1110001 11011010 1000101 110000 0 1000100 1111 1100110 1000011 111000

Color Harmonies of #71DA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DA45

Black with #71DA45

Text Example


Text Example

White with #71DA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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