Html Css Color HEX #85BE56 Mantis

📋 copy color: '#85BE56'

red 133 ◦ green 190 ◦ blue 86

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

Shades of Mantis #85BE56

Tints of Mantis #85BE56

RGB

 RED value IS 133 (52.34% from 255) = 32.52%

 GREEN value IS 190 (74.61% from 255) = 46.45%

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 32.52%
G = 46.45%
B = 21.03%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#85BE56 (or 0x85BE56) is known color: Mantis. HEX triplet: 85, BE and 56. RGB value is (133,190,86). Sum of RGB (Red+Green+Blue) = 133+190+86=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE56 is #7A41A9. Grayscale: #A1A1A1. Windows color (decimal): -8012202 or 5684869. OLE color: 5684869.

HSL color Cylindrical-coordinate representation of color #85BE56: hue angle of 92.88º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85BE56 is Cyan = 0.3, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 190 86 -
CMYK 0.3 0 0.55 0.25
HSL 92.88º 0.44% 0.54% -
HSV(B) 92.88º 0.55% 0.75% -
XYZ 29.77 42.49 15.44 -
YUV 161.1 85.62 107.96 -
System Red Green Blue C M Y K H S L
Decimal 133 190 86 0.3 0 0.55 0.25 92.88 0.44 0.54
Hex 85 BE 56 1E 0 37 19 5D 2C 36
Octal 205 276 126 36 0 67 31 135 54 66
Binary 10000101 10111110 1010110 11110 0 110111 11001 1011101 101100 110110

Color Harmonies of #85BE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE56

Black with #85BE56

Text Example


Text Example

White with #85BE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85BE56; }

 p { color: rgb(133,190,86); }

 H1.HeaderClassName
 {
   color: #85BE56;
 }
 .AnyTagClassName
 {
   color: #85BE56;
 }
</style>

background-color css

<style>
 a { background-color: #85BE56; }

 a { background-color: rgb(133,190,86); }

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

border-color css

<style>
 span { border-color: #85BE56; }

 span { border-color: rgb(133,190,86); }

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