Html Css Color HEX #85E161 Mantis

📋 copy color: '#85E161'

red 133 ◦ green 225 ◦ blue 97

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

Shades of Mantis #85E161

Tints of Mantis #85E161

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.45%

 BLUE value IS 97 (38.28% from 255) = 21.32%

R = 29.23%
G = 49.45%
B = 21.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#85E161 (or 0x85E161) is known color: Mantis. HEX triplet: 85, E1 and 61. RGB value is (133,225,97). Sum of RGB (Red+Green+Blue) = 133+225+97=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #85E161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E161 is #7A1E9E. Grayscale: #B7B7B7. Windows color (decimal): -8003231 or 6414725. OLE color: 6414725.

HSL color Cylindrical-coordinate representation of color #85E161: hue angle of 103.12º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85E161 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 225 97 -
CMYK 0.41 0 0.57 0.12
HSL 103.13º 0.68% 0.63% -
HSV(B) 103.13º 0.57% 0.88% -
XYZ 38.76 59.7 20.79 -
YUV 182.9 79.52 92.41 -
System Red Green Blue C M Y K H S L
Decimal 133 225 97 0.41 0 0.57 0.12 103.13 0.68 0.63
Hex 85 E1 61 29 0 39 C 67 44 3F
Octal 205 341 141 51 0 71 14 147 104 77
Binary 10000101 11100001 1100001 101001 0 111001 1100 1100111 1000100 111111

Color Harmonies of #85E161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E161

Black with #85E161

Text Example


Text Example

White with #85E161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,225,97); }

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

background-color css

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

 a { background-color: rgb(133,225,97); }

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

border-color css

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

 span { border-color: rgb(133,225,97); }

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