Html Css Color HEX #85BC66 Mantis

📋 copy color: '#85BC66'

red 133 ◦ green 188 ◦ blue 102

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

Shades of Mantis #85BC66

Tints of Mantis #85BC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.11%

R = 31.44%
G = 44.44%
B = 24.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#85BC66 (or 0x85BC66) is known color: Mantis. HEX triplet: 85, BC and 66. RGB value is (133,188,102). Sum of RGB (Red+Green+Blue) = 133+188+102=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BC66 is #7A4399. Grayscale: #A2A2A2. Windows color (decimal): -8012698 or 6732933. OLE color: 6732933.

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

Color convert

RGB 133 188 102 -
CMYK 0.29 0 0.46 0.26
HSL 98.37º 0.39% 0.57% -
HSV(B) 98.37º 0.46% 0.74% -
XYZ 30.05 41.91 19.08 -
YUV 161.75 94.28 107.49 -
System Red Green Blue C M Y K H S L
Decimal 133 188 102 0.29 0 0.46 0.26 98.37 0.39 0.57
Hex 85 BC 66 1D 0 2E 1A 62 27 39
Octal 205 274 146 35 0 56 32 142 47 71
Binary 10000101 10111100 1100110 11101 0 101110 11010 1100010 100111 111001

Color Harmonies of #85BC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC66

Black with #85BC66

Text Example


Text Example

White with #85BC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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