Html Css Color HEX #85D850 Mantis

📋 copy color: '#85D850'

red 133 ◦ green 216 ◦ blue 80

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

Shades of Mantis #85D850

Tints of Mantis #85D850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.35%

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

R = 31%
G = 50.35%
B = 18.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#85D850 (or 0x85D850) is known color: Mantis. HEX triplet: 85, D8 and 50. RGB value is (133,216,80). Sum of RGB (Red+Green+Blue) = 133+216+80=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #85D850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D850 is #7A27AF. Grayscale: #B0B0B0. Windows color (decimal): -8005552 or 5298309. OLE color: 5298309.

HSL color Cylindrical-coordinate representation of color #85D850: hue angle of 96.62º degrees, saturation: 0.64, 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 #85D850 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 216 80 -
CMYK 0.38 0 0.63 0.15
HSL 96.62º 0.64% 0.58% -
HSV(B) 96.62º 0.63% 0.85% -
XYZ 35.68 54.68 16.26 -
YUV 175.68 74 97.56 -
System Red Green Blue C M Y K H S L
Decimal 133 216 80 0.38 0 0.63 0.15 96.62 0.64 0.58
Hex 85 D8 50 26 0 3F F 61 40 3A
Octal 205 330 120 46 0 77 17 141 100 72
Binary 10000101 11011000 1010000 100110 0 111111 1111 1100001 1000000 111010

Color Harmonies of #85D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D850

Black with #85D850

Text Example


Text Example

White with #85D850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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