Html Css Color HEX #85E158 Mantis

📋 copy color: '#85E158'

red 133 ◦ green 225 ◦ blue 88

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

Shades of Mantis #85E158

Tints of Mantis #85E158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.73%

R = 29.82%
G = 50.45%
B = 19.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#85E158 (or 0x85E158) is known color: Mantis. HEX triplet: 85, E1 and 58. RGB value is (133,225,88). Sum of RGB (Red+Green+Blue) = 133+225+88=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #85E158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E158 is #7A1EA7. Grayscale: #B6B6B6. Windows color (decimal): -8003240 or 5824901. OLE color: 5824901.

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

Color convert

RGB 133 225 88 -
CMYK 0.41 0 0.61 0.12
HSL 100.29º 0.7% 0.61% -
HSV(B) 100.29º 0.61% 0.88% -
XYZ 38.36 59.54 18.7 -
YUV 181.87 75.02 93.14 -
System Red Green Blue C M Y K H S L
Decimal 133 225 88 0.41 0 0.61 0.12 100.29 0.7 0.61
Hex 85 E1 58 29 0 3D C 64 46 3D
Octal 205 341 130 51 0 75 14 144 106 75
Binary 10000101 11100001 1011000 101001 0 111101 1100 1100100 1000110 111101

Color Harmonies of #85E158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E158

Black with #85E158

Text Example


Text Example

White with #85E158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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