Html Css Color HEX #86CF48 Mantis

📋 copy color: '#86CF48'

red 134 ◦ green 207 ◦ blue 72

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

Shades of Mantis #86CF48

Tints of Mantis #86CF48

RGB

 RED value IS 134 (52.73% from 255) = 32.45%

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

 BLUE value IS 72 (28.52% from 255) = 17.43%

R = 32.45%
G = 50.12%
B = 17.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#86CF48 (or 0x86CF48) is known color: Mantis. HEX triplet: 86, CF and 48. RGB value is (134,207,72). Sum of RGB (Red+Green+Blue) = 134+207+72=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CF48 is #7930B7. Grayscale: #AAAAAA. Windows color (decimal): -7942328 or 4771718. OLE color: 4771718.

HSL color Cylindrical-coordinate representation of color #86CF48: hue angle of 92.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86CF48 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 207 72 -
CMYK 0.35 0 0.65 0.19
HSL 92.44º 0.58% 0.55% -
HSV(B) 92.44º 0.65% 0.81% -
XYZ 33.31 50.16 14.06 -
YUV 169.78 72.82 102.48 -
System Red Green Blue C M Y K H S L
Decimal 134 207 72 0.35 0 0.65 0.19 92.44 0.58 0.55
Hex 86 CF 48 23 0 41 13 5C 3A 37
Octal 206 317 110 43 0 101 23 134 72 67
Binary 10000110 11001111 1001000 100011 0 1000001 10011 1011100 111010 110111

Color Harmonies of #86CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CF48

Black with #86CF48

Text Example


Text Example

White with #86CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86CF48; }

 p { color: rgb(134,207,72); }

 H1.HeaderClassName
 {
   color: #86CF48;
 }
 .AnyTagClassName
 {
   color: #86CF48;
 }
</style>

background-color css

<style>
 a { background-color: #86CF48; }

 a { background-color: rgb(134,207,72); }

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

border-color css

<style>
 span { border-color: #86CF48; }

 span { border-color: rgb(134,207,72); }

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