Html Css Color HEX #85BE50 Mantis

📋 copy color: '#85BE50'

red 133 ◦ green 190 ◦ blue 80

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

Shades of Mantis #85BE50

Tints of Mantis #85BE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 33%
G = 47.15%
B = 19.85%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#85BE50 (or 0x85BE50) is known color: Mantis. HEX triplet: 85, BE and 50. RGB value is (133,190,80). Sum of RGB (Red+Green+Blue) = 133+190+80=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE50 is #7A41AF. Grayscale: #A0A0A0. Windows color (decimal): -8012208 or 5291653. OLE color: 5291653.

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

Color convert

RGB 133 190 80 -
CMYK 0.3 0 0.58 0.25
HSL 91.09º 0.46% 0.53% -
HSV(B) 91.09º 0.58% 0.75% -
XYZ 29.53 42.39 14.22 -
YUV 160.42 82.62 108.44 -
System Red Green Blue C M Y K H S L
Decimal 133 190 80 0.3 0 0.58 0.25 91.09 0.46 0.53
Hex 85 BE 50 1E 0 3A 19 5B 2E 35
Octal 205 276 120 36 0 72 31 133 56 65
Binary 10000101 10111110 1010000 11110 0 111010 11001 1011011 101110 110101

Color Harmonies of #85BE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE50

Black with #85BE50

Text Example


Text Example

White with #85BE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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