Html Css Color HEX #85E650 Mantis

📋 copy color: '#85E650'

red 133 ◦ green 230 ◦ blue 80

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

Shades of Mantis #85E650

Tints of Mantis #85E650

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.92%

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

R = 30.02%
G = 51.92%
B = 18.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#85E650 (or 0x85E650) is known color: Mantis. HEX triplet: 85, E6 and 50. RGB value is (133,230,80). Sum of RGB (Red+Green+Blue) = 133+230+80=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 230 (90.23% from 255 or 51.92% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 230 - color contains mainly: green. Hex color #85E650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E650 is #7A19AF. Grayscale: #B8B8B8. Windows color (decimal): -8001968 or 5301893. OLE color: 5301893.

HSL color Cylindrical-coordinate representation of color #85E650: hue angle of 98.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85E650 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 230 80 -
CMYK 0.42 0 0.65 0.10
HSL 98.8º 0.75% 0.61% -
HSV(B) 98.8º 0.65% 0.9% -
XYZ 39.42 62.16 17.51 -
YUV 183.9 69.36 91.7 -
System Red Green Blue C M Y K H S L
Decimal 133 230 80 0.42 0 0.65 0.10 98.8 0.75 0.61
Hex 85 E6 50 2A 0 41 A 63 4B 3D
Octal 205 346 120 52 0 101 12 143 113 75
Binary 10000101 11100110 1010000 101010 0 1000001 1010 1100011 1001011 111101

Color Harmonies of #85E650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E650

Black with #85E650

Text Example


Text Example

White with #85E650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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