Html Css Color HEX #85DB57 Mantis

📋 copy color: '#85DB57'

red 133 ◦ green 219 ◦ blue 87

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

Shades of Mantis #85DB57

Tints of Mantis #85DB57

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.89%

 BLUE value IS 87 (34.38% from 255) = 19.82%

R = 30.3%
G = 49.89%
B = 19.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#85DB57 (or 0x85DB57) is known color: Mantis. HEX triplet: 85, DB and 57. RGB value is (133,219,87). Sum of RGB (Red+Green+Blue) = 133+219+87=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DB57 is #7A24A8. Grayscale: #B2B2B2. Windows color (decimal): -8004777 or 5757829. OLE color: 5757829.

HSL color Cylindrical-coordinate representation of color #85DB57: hue angle of 99.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85DB57 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 87 -
CMYK 0.39 0 0.60 0.14
HSL 99.09º 0.65% 0.6% -
HSV(B) 99.09º 0.6% 0.86% -
XYZ 36.72 56.34 17.96 -
YUV 178.24 76.51 95.73 -
System Red Green Blue C M Y K H S L
Decimal 133 219 87 0.39 0 0.60 0.14 99.09 0.65 0.6
Hex 85 DB 57 27 0 3C E 63 41 3C
Octal 205 333 127 47 0 74 16 143 101 74
Binary 10000101 11011011 1010111 100111 0 111100 1110 1100011 1000001 111100

Color Harmonies of #85DB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB57

Black with #85DB57

Text Example


Text Example

White with #85DB57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,219,87); }

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

background-color css

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

 a { background-color: rgb(133,219,87); }

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

border-color css

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

 span { border-color: rgb(133,219,87); }

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