Html Css Color HEX #85DA50 Mantis

📋 copy color: '#85DA50'

red 133 ◦ green 218 ◦ blue 80

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

Shades of Mantis #85DA50

Tints of Mantis #85DA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.58%

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

R = 30.86%
G = 50.58%
B = 18.56%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#85DA50 (or 0x85DA50) is known color: Mantis. HEX triplet: 85, DA and 50. RGB value is (133,218,80). Sum of RGB (Red+Green+Blue) = 133+218+80=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DA50 is #7A25AF. Grayscale: #B1B1B1. Windows color (decimal): -8005040 or 5298821. OLE color: 5298821.

HSL color Cylindrical-coordinate representation of color #85DA50: hue angle of 96.96º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85DA50 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 80 -
CMYK 0.39 0 0.63 0.15
HSL 96.96º 0.65% 0.58% -
HSV(B) 96.96º 0.63% 0.85% -
XYZ 36.19 55.71 16.43 -
YUV 176.85 73.34 96.72 -
System Red Green Blue C M Y K H S L
Decimal 133 218 80 0.39 0 0.63 0.15 96.96 0.65 0.58
Hex 85 DA 50 27 0 3F F 61 41 3A
Octal 205 332 120 47 0 77 17 141 101 72
Binary 10000101 11011010 1010000 100111 0 111111 1111 1100001 1000001 111010

Color Harmonies of #85DA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA50

Black with #85DA50

Text Example


Text Example

White with #85DA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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