Html Css Color HEX #71CE4A Mantis

📋 copy color: '#71CE4A'

red 113 ◦ green 206 ◦ blue 74

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

Shades of Mantis #71CE4A

Tints of Mantis #71CE4A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.42%

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 28.75%
G = 52.42%
B = 18.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#71CE4A (or 0x71CE4A) is known color: Mantis. HEX triplet: 71, CE and 4A. RGB value is (113,206,74). Sum of RGB (Red+Green+Blue) = 113+206+74=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CE4A is #8E31B5. Grayscale: #A3A3A3. Windows color (decimal): -9318838 or 4902513. OLE color: 4902513.

HSL color Cylindrical-coordinate representation of color #71CE4A: hue angle of 102.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71CE4A is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 206 74 -
CMYK 0.45 0 0.64 0.19
HSL 102.27º 0.57% 0.55% -
HSV(B) 102.27º 0.64% 0.81% -
XYZ 30.12 48.15 14.18 -
YUV 163.15 77.69 92.23 -
System Red Green Blue C M Y K H S L
Decimal 113 206 74 0.45 0 0.64 0.19 102.27 0.57 0.55
Hex 71 CE 4A 2D 0 40 13 66 39 37
Octal 161 316 112 55 0 100 23 146 71 67
Binary 1110001 11001110 1001010 101101 0 1000000 10011 1100110 111001 110111

Color Harmonies of #71CE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CE4A

Black with #71CE4A

Text Example


Text Example

White with #71CE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,206,74); }

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

background-color css

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

 a { background-color: rgb(113,206,74); }

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

border-color css

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

 span { border-color: rgb(113,206,74); }

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