Html Css Color HEX #85DC5E Mantis

📋 copy color: '#85DC5E'

red 133 ◦ green 220 ◦ blue 94

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

Shades of Mantis #85DC5E

Tints of Mantis #85DC5E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.22%

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 29.75%
G = 49.22%
B = 21.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#85DC5E (or 0x85DC5E) is known color: Mantis. HEX triplet: 85, DC and 5E. RGB value is (133,220,94). Sum of RGB (Red+Green+Blue) = 133+220+94=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DC5E is #7A23A1. Grayscale: #B4B4B4. Windows color (decimal): -8004514 or 6216837. OLE color: 6216837.

HSL color Cylindrical-coordinate representation of color #85DC5E: hue angle of 101.43º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85DC5E is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 94 -
CMYK 0.40 0 0.57 0.14
HSL 101.43º 0.64% 0.62% -
HSV(B) 101.43º 0.57% 0.86% -
XYZ 37.29 56.98 19.62 -
YUV 179.62 79.68 94.75 -
System Red Green Blue C M Y K H S L
Decimal 133 220 94 0.40 0 0.57 0.14 101.43 0.64 0.62
Hex 85 DC 5E 28 0 39 E 65 40 3E
Octal 205 334 136 50 0 71 16 145 100 76
Binary 10000101 11011100 1011110 101000 0 111001 1110 1100101 1000000 111110

Color Harmonies of #85DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC5E

Black with #85DC5E

Text Example


Text Example

White with #85DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,220,94); }

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

background-color css

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

 a { background-color: rgb(133,220,94); }

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

border-color css

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

 span { border-color: rgb(133,220,94); }

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