Html Css Color HEX #86CC5C Mantis

📋 copy color: '#86CC5C'

red 134 ◦ green 204 ◦ blue 92

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

Shades of Mantis #86CC5C

Tints of Mantis #86CC5C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.44%

 BLUE value IS 92 (36.33% from 255) = 21.4%

R = 31.16%
G = 47.44%
B = 21.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#86CC5C (or 0x86CC5C) is known color: Mantis. HEX triplet: 86, CC and 5C. RGB value is (134,204,92). Sum of RGB (Red+Green+Blue) = 134+204+92=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CC5C is #7933A3. Grayscale: #AAAAAA. Windows color (decimal): -7943076 or 6081670. OLE color: 6081670.

HSL color Cylindrical-coordinate representation of color #86CC5C: hue angle of 97.5º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86CC5C is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 204 92 -
CMYK 0.34 0 0.55 0.2
HSL 97.5º 0.52% 0.58% -
HSV(B) 97.5º 0.55% 0.8% -
XYZ 33.36 49.03 17.83 -
YUV 170.3 83.81 102.11 -
System Red Green Blue C M Y K H S L
Decimal 134 204 92 0.34 0 0.55 0.2 97.5 0.52 0.58
Hex 86 CC 5C 22 0 37 14 62 34 3A
Octal 206 314 134 42 0 67 24 142 64 72
Binary 10000110 11001100 1011100 100010 0 110111 10100 1100010 110100 111010

Color Harmonies of #86CC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CC5C

Black with #86CC5C

Text Example


Text Example

White with #86CC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,204,92); }

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

background-color css

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

 a { background-color: rgb(134,204,92); }

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

border-color css

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

 span { border-color: rgb(134,204,92); }

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