Html Css Color HEX #85B565 Mantis

📋 copy color: '#85B565'

red 133 ◦ green 181 ◦ blue 101

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

Shades of Mantis #85B565

Tints of Mantis #85B565

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.61%

 BLUE value IS 101 (39.84% from 255) = 24.34%

R = 32.05%
G = 43.61%
B = 24.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#85B565 (or 0x85B565) is known color: Mantis. HEX triplet: 85, B5 and 65. RGB value is (133,181,101). Sum of RGB (Red+Green+Blue) = 133+181+101=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 181 - color contains mainly: green. Hex color #85B565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B565 is #7A4A9A. Grayscale: #9D9D9D. Windows color (decimal): -8014491 or 6665605. OLE color: 6665605.

HSL color Cylindrical-coordinate representation of color #85B565: hue angle of 96º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85B565 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 181 101 -
CMYK 0.27 0 0.44 0.29
HSL 96º 0.35% 0.55% -
HSV(B) 96º 0.44% 0.71% -
XYZ 28.55 38.97 18.33 -
YUV 157.53 96.1 110.5 -
System Red Green Blue C M Y K H S L
Decimal 133 181 101 0.27 0 0.44 0.29 96 0.35 0.55
Hex 85 B5 65 1B 0 2C 1D 60 23 37
Octal 205 265 145 33 0 54 35 140 43 67
Binary 10000101 10110101 1100101 11011 0 101100 11101 1100000 100011 110111

Color Harmonies of #85B565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B565

Black with #85B565

Text Example


Text Example

White with #85B565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,181,101); }

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

background-color css

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

 a { background-color: rgb(133,181,101); }

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

border-color css

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

 span { border-color: rgb(133,181,101); }

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