Html Css Color HEX #85BE63 Mantis

📋 copy color: '#85BE63'

red 133 ◦ green 190 ◦ blue 99

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

Shades of Mantis #85BE63

Tints of Mantis #85BE63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.46%

R = 31.52%
G = 45.02%
B = 23.46%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#85BE63 (or 0x85BE63) is known color: Mantis. HEX triplet: 85, BE and 63. RGB value is (133,190,99). Sum of RGB (Red+Green+Blue) = 133+190+99=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE63 is #7A419C. Grayscale: #A2A2A2. Windows color (decimal): -8012189 or 6536837. OLE color: 6536837.

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

Color convert

RGB 133 190 99 -
CMYK 0.3 0 0.48 0.25
HSL 97.58º 0.41% 0.57% -
HSV(B) 97.58º 0.48% 0.75% -
XYZ 30.34 42.71 18.45 -
YUV 162.58 92.12 106.9 -
System Red Green Blue C M Y K H S L
Decimal 133 190 99 0.3 0 0.48 0.25 97.58 0.41 0.57
Hex 85 BE 63 1E 0 30 19 62 29 39
Octal 205 276 143 36 0 60 31 142 51 71
Binary 10000101 10111110 1100011 11110 0 110000 11001 1100010 101001 111001

Color Harmonies of #85BE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE63

Black with #85BE63

Text Example


Text Example

White with #85BE63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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