Html Css Color HEX #85BE49 Mantis

📋 copy color: '#85BE49'

red 133 ◦ green 190 ◦ blue 73

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

Shades of Mantis #85BE49

Tints of Mantis #85BE49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.43%

R = 33.59%
G = 47.98%
B = 18.43%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#85BE49 (or 0x85BE49) is known color: Mantis. HEX triplet: 85, BE and 49. RGB value is (133,190,73). Sum of RGB (Red+Green+Blue) = 133+190+73=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BE49 is #7A41B6. Grayscale: #A0A0A0. Windows color (decimal): -8012215 or 4832901. OLE color: 4832901.

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

Color convert

RGB 133 190 73 -
CMYK 0.3 0 0.62 0.25
HSL 89.23º 0.47% 0.52% -
HSV(B) 89.23º 0.62% 0.75% -
XYZ 29.29 42.29 12.92 -
YUV 159.62 79.12 109.01 -
System Red Green Blue C M Y K H S L
Decimal 133 190 73 0.3 0 0.62 0.25 89.23 0.47 0.52
Hex 85 BE 49 1E 0 3E 19 59 2F 34
Octal 205 276 111 36 0 76 31 131 57 64
Binary 10000101 10111110 1001001 11110 0 111110 11001 1011001 101111 110100

Color Harmonies of #85BE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE49

Black with #85BE49

Text Example


Text Example

White with #85BE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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