Html Css Color HEX #85E755 Mantis

📋 copy color: '#85E755'

red 133 ◦ green 231 ◦ blue 85

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

Shades of Mantis #85E755

Tints of Mantis #85E755

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.45%

 BLUE value IS 85 (33.59% from 255) = 18.93%

R = 29.62%
G = 51.45%
B = 18.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#85E755 (or 0x85E755) is known color: Mantis. HEX triplet: 85, E7 and 55. RGB value is (133,231,85). Sum of RGB (Red+Green+Blue) = 133+231+85=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #85E755 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E755 is #7A18AA. Grayscale: #B9B9B9. Windows color (decimal): -8001707 or 5629829. OLE color: 5629829.

HSL color Cylindrical-coordinate representation of color #85E755: hue angle of 100.27º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85E755 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 231 85 -
CMYK 0.42 0 0.63 0.09
HSL 100.27º 0.75% 0.62% -
HSV(B) 100.27º 0.63% 0.91% -
XYZ 39.89 62.79 18.61 -
YUV 185.05 71.53 90.87 -
System Red Green Blue C M Y K H S L
Decimal 133 231 85 0.42 0 0.63 0.09 100.27 0.75 0.62
Hex 85 E7 55 2A 0 3F 9 64 4B 3E
Octal 205 347 125 52 0 77 11 144 113 76
Binary 10000101 11100111 1010101 101010 0 111111 1001 1100100 1001011 111110

Color Harmonies of #85E755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E755

Black with #85E755

Text Example


Text Example

White with #85E755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,231,85); }

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

background-color css

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

 a { background-color: rgb(133,231,85); }

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

border-color css

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

 span { border-color: rgb(133,231,85); }

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