Html Css Color HEX #86CF58 Mantis

📋 copy color: '#86CF58'

red 134 ◦ green 207 ◦ blue 88

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

Shades of Mantis #86CF58

Tints of Mantis #86CF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.51%

R = 31.24%
G = 48.25%
B = 20.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#86CF58 (or 0x86CF58) is known color: Mantis. HEX triplet: 86, CF and 58. RGB value is (134,207,88). Sum of RGB (Red+Green+Blue) = 134+207+88=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CF58 is #7930A7. Grayscale: #ACACAC. Windows color (decimal): -7942312 or 5820294. OLE color: 5820294.

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

Color convert

RGB 134 207 88 -
CMYK 0.35 0 0.57 0.19
HSL 96.81º 0.55% 0.58% -
HSV(B) 96.81º 0.57% 0.81% -
XYZ 33.91 50.4 17.17 -
YUV 171.61 80.82 101.18 -
System Red Green Blue C M Y K H S L
Decimal 134 207 88 0.35 0 0.57 0.19 96.81 0.55 0.58
Hex 86 CF 58 23 0 39 13 61 37 3A
Octal 206 317 130 43 0 71 23 141 67 72
Binary 10000110 11001111 1011000 100011 0 111001 10011 1100001 110111 111010

Color Harmonies of #86CF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CF58

Black with #86CF58

Text Example


Text Example

White with #86CF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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