Html Css Color HEX #85E153 Mantis

📋 copy color: '#85E153'

red 133 ◦ green 225 ◦ blue 83

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

Shades of Mantis #85E153

Tints of Mantis #85E153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.82%

R = 30.16%
G = 51.02%
B = 18.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#85E153 (or 0x85E153) is known color: Mantis. HEX triplet: 85, E1 and 53. RGB value is (133,225,83). Sum of RGB (Red+Green+Blue) = 133+225+83=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #85E153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E153 is #7A1EAC. Grayscale: #B5B5B5. Windows color (decimal): -8003245 or 5497221. OLE color: 5497221.

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

Color convert

RGB 133 225 83 -
CMYK 0.41 0 0.63 0.12
HSL 98.87º 0.7% 0.6% -
HSV(B) 98.87º 0.63% 0.88% -
XYZ 38.16 59.46 17.65 -
YUV 181.3 72.52 93.55 -
System Red Green Blue C M Y K H S L
Decimal 133 225 83 0.41 0 0.63 0.12 98.87 0.7 0.6
Hex 85 E1 53 29 0 3F C 63 46 3C
Octal 205 341 123 51 0 77 14 143 106 74
Binary 10000101 11100001 1010011 101001 0 111111 1100 1100011 1000110 111100

Color Harmonies of #85E153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E153

Black with #85E153

Text Example


Text Example

White with #85E153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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