Html Css Color HEX #85EB50 Mantis

📋 copy color: '#85EB50'

red 133 ◦ green 235 ◦ blue 80

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

Shades of Mantis #85EB50

Tints of Mantis #85EB50

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.46%

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

R = 29.69%
G = 52.46%
B = 17.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#85EB50 (or 0x85EB50) is known color: Mantis. HEX triplet: 85, EB and 50. RGB value is (133,235,80). Sum of RGB (Red+Green+Blue) = 133+235+80=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EB50 is #7A14AF. Grayscale: #BBBBBB. Windows color (decimal): -8000688 or 5303173. OLE color: 5303173.

HSL color Cylindrical-coordinate representation of color #85EB50: hue angle of 99.48º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85EB50 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 235 80 -
CMYK 0.43 0 0.66 0.08
HSL 99.48º 0.79% 0.62% -
HSV(B) 99.48º 0.66% 0.92% -
XYZ 40.83 64.98 17.98 -
YUV 186.83 67.71 89.6 -
System Red Green Blue C M Y K H S L
Decimal 133 235 80 0.43 0 0.66 0.08 99.48 0.79 0.62
Hex 85 EB 50 2B 0 42 8 63 4F 3E
Octal 205 353 120 53 0 102 10 143 117 76
Binary 10000101 11101011 1010000 101011 0 1000010 1000 1100011 1001111 111110

Color Harmonies of #85EB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EB50

Black with #85EB50

Text Example


Text Example

White with #85EB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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