Html Css Color HEX #71CF4A Mantis

📋 copy color: '#71CF4A'

red 113 ◦ green 207 ◦ blue 74

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

Shades of Mantis #71CF4A

Tints of Mantis #71CF4A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.54%

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

R = 28.68%
G = 52.54%
B = 18.78%

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

#71CF4A (or 0x71CF4A) is known color: Mantis. HEX triplet: 71, CF and 4A. RGB value is (113,207,74). Sum of RGB (Red+Green+Blue) = 113+207+74=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CF4A is #8E30B5. Grayscale: #A4A4A4. Windows color (decimal): -9318582 or 4902769. OLE color: 4902769.

HSL color Cylindrical-coordinate representation of color #71CF4A: hue angle of 102.41º degrees, saturation: 0.58, 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 #71CF4A is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 207 74 -
CMYK 0.45 0 0.64 0.19
HSL 102.41º 0.58% 0.55% -
HSV(B) 102.41º 0.64% 0.81% -
XYZ 30.36 48.63 14.27 -
YUV 163.73 77.36 91.81 -
System Red Green Blue C M Y K H S L
Decimal 113 207 74 0.45 0 0.64 0.19 102.41 0.58 0.55
Hex 71 CF 4A 2D 0 40 13 66 3A 37
Octal 161 317 112 55 0 100 23 146 72 67
Binary 1110001 11001111 1001010 101101 0 1000000 10011 1100110 111010 110111

Color Harmonies of #71CF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF4A

Black with #71CF4A

Text Example


Text Example

White with #71CF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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