Html Css Color HEX #85BC60 Mantis

📋 copy color: '#85BC60'

red 133 ◦ green 188 ◦ blue 96

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

Shades of Mantis #85BC60

Tints of Mantis #85BC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.08%

 BLUE value IS 96 (37.89% from 255) = 23.02%

R = 31.89%
G = 45.08%
B = 23.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#85BC60 (or 0x85BC60) is known color: Mantis. HEX triplet: 85, BC and 60. RGB value is (133,188,96). Sum of RGB (Red+Green+Blue) = 133+188+96=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BC60 is #7A439F. Grayscale: #A1A1A1. Windows color (decimal): -8012704 or 6339717. OLE color: 6339717.

HSL color Cylindrical-coordinate representation of color #85BC60: hue angle of 95.87º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85BC60 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 96 -
CMYK 0.29 0 0.49 0.26
HSL 95.87º 0.41% 0.56% -
HSV(B) 95.87º 0.49% 0.74% -
XYZ 29.77 41.8 17.57 -
YUV 161.07 91.28 107.98 -
System Red Green Blue C M Y K H S L
Decimal 133 188 96 0.29 0 0.49 0.26 95.87 0.41 0.56
Hex 85 BC 60 1D 0 31 1A 60 29 38
Octal 205 274 140 35 0 61 32 140 51 70
Binary 10000101 10111100 1100000 11101 0 110001 11010 1100000 101001 111000

Color Harmonies of #85BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC60

Black with #85BC60

Text Example


Text Example

White with #85BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,96); }

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

background-color css

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

 a { background-color: rgb(133,188,96); }

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

border-color css

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

 span { border-color: rgb(133,188,96); }

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