Html Css Color HEX #85E850 Mantis

📋 copy color: '#85E850'

red 133 ◦ green 232 ◦ blue 80

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

Shades of Mantis #85E850

Tints of Mantis #85E850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.98%

R = 29.89%
G = 52.13%
B = 17.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#85E850 (or 0x85E850) is known color: Mantis. HEX triplet: 85, E8 and 50. RGB value is (133,232,80). Sum of RGB (Red+Green+Blue) = 133+232+80=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 232 (91.02% from 255 or 52.13% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 232 - color contains mainly: green. Hex color #85E850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E850 is #7A17AF. Grayscale: #B9B9B9. Windows color (decimal): -8001456 or 5302405. OLE color: 5302405.

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

Color convert

RGB 133 232 80 -
CMYK 0.43 0 0.66 0.09
HSL 99.08º 0.77% 0.61% -
HSV(B) 99.08º 0.66% 0.91% -
XYZ 39.98 63.28 17.7 -
YUV 185.07 68.7 90.86 -
System Red Green Blue C M Y K H S L
Decimal 133 232 80 0.43 0 0.66 0.09 99.08 0.77 0.61
Hex 85 E8 50 2B 0 42 9 63 4D 3D
Octal 205 350 120 53 0 102 11 143 115 75
Binary 10000101 11101000 1010000 101011 0 1000010 1001 1100011 1001101 111101

Color Harmonies of #85E850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E850

Black with #85E850

Text Example


Text Example

White with #85E850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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