Html Css Color HEX #85E85B Mantis

📋 copy color: '#85E85B'

red 133 ◦ green 232 ◦ blue 91

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

Shades of Mantis #85E85B

Tints of Mantis #85E85B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.88%

 BLUE value IS 91 (35.94% from 255) = 19.96%

R = 29.17%
G = 50.88%
B = 19.96%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#85E85B (or 0x85E85B) is known color: Mantis. HEX triplet: 85, E8 and 5B. RGB value is (133,232,91). Sum of RGB (Red+Green+Blue) = 133+232+91=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 232 (91.02% from 255 or 50.88% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 232 - color contains mainly: green. Hex color #85E85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E85B is #7A17A4. Grayscale: #BABABA. Windows color (decimal): -8001445 or 6023301. OLE color: 6023301.

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

Color convert

RGB 133 232 91 -
CMYK 0.43 0 0.61 0.09
HSL 102.13º 0.75% 0.63% -
HSV(B) 102.13º 0.61% 0.91% -
XYZ 40.42 63.46 20.02 -
YUV 186.33 74.2 89.96 -
System Red Green Blue C M Y K H S L
Decimal 133 232 91 0.43 0 0.61 0.09 102.13 0.75 0.63
Hex 85 E8 5B 2B 0 3D 9 66 4B 3F
Octal 205 350 133 53 0 75 11 146 113 77
Binary 10000101 11101000 1011011 101011 0 111101 1001 1100110 1001011 111111

Color Harmonies of #85E85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E85B

Black with #85E85B

Text Example


Text Example

White with #85E85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,232,91); }

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

background-color css

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

 a { background-color: rgb(133,232,91); }

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

border-color css

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

 span { border-color: rgb(133,232,91); }

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