Html Css Color HEX #71DA44 Mantis

📋 copy color: '#71DA44'

red 113 ◦ green 218 ◦ blue 68

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

Shades of Mantis #71DA44

Tints of Mantis #71DA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.04%

R = 28.32%
G = 54.64%
B = 17.04%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#71DA44 (or 0x71DA44) is known color: Mantis. HEX triplet: 71, DA and 44. RGB value is (113,218,68). Sum of RGB (Red+Green+Blue) = 113+218+68=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #71DA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DA44 is #8E25BB. Grayscale: #AAAAAA. Windows color (decimal): -9315772 or 4512369. OLE color: 4512369.

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

Color convert

RGB 113 218 68 -
CMYK 0.48 0 0.69 0.15
HSL 102º 0.67% 0.56% -
HSV(B) 102º 0.69% 0.85% -
XYZ 32.92 54.07 14.17 -
YUV 169.51 70.71 87.7 -
System Red Green Blue C M Y K H S L
Decimal 113 218 68 0.48 0 0.69 0.15 102 0.67 0.56
Hex 71 DA 44 30 0 45 F 66 43 38
Octal 161 332 104 60 0 105 17 146 103 70
Binary 1110001 11011010 1000100 110000 0 1000101 1111 1100110 1000011 111000

Color Harmonies of #71DA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DA44

Black with #71DA44

Text Example


Text Example

White with #71DA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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