Html Css Color HEX #85D760 Mantis

📋 copy color: '#85D760'

red 133 ◦ green 215 ◦ blue 96

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

Shades of Mantis #85D760

Tints of Mantis #85D760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.42%

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

R = 29.95%
G = 48.42%
B = 21.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#85D760 (or 0x85D760) is known color: Mantis. HEX triplet: 85, D7 and 60. RGB value is (133,215,96). Sum of RGB (Red+Green+Blue) = 133+215+96=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #85D760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D760 is #7A289F. Grayscale: #B1B1B1. Windows color (decimal): -8005792 or 6346629. OLE color: 6346629.

HSL color Cylindrical-coordinate representation of color #85D760: hue angle of 101.34º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85D760 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 215 96 -
CMYK 0.38 0 0.55 0.16
HSL 101.34º 0.6% 0.61% -
HSV(B) 101.34º 0.55% 0.84% -
XYZ 36.08 54.43 19.67 -
YUV 176.92 82.33 96.68 -
System Red Green Blue C M Y K H S L
Decimal 133 215 96 0.38 0 0.55 0.16 101.34 0.6 0.61
Hex 85 D7 60 26 0 37 10 65 3C 3D
Octal 205 327 140 46 0 67 20 145 74 75
Binary 10000101 11010111 1100000 100110 0 110111 10000 1100101 111100 111101

Color Harmonies of #85D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D760

Black with #85D760

Text Example


Text Example

White with #85D760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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