Html Css Color HEX #85D85C Mantis

📋 copy color: '#85D85C'

red 133 ◦ green 216 ◦ blue 92

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

Shades of Mantis #85D85C

Tints of Mantis #85D85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.86%

R = 30.16%
G = 48.98%
B = 20.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#85D85C (or 0x85D85C) is known color: Mantis. HEX triplet: 85, D8 and 5C. RGB value is (133,216,92). Sum of RGB (Red+Green+Blue) = 133+216+92=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #85D85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D85C is #7A27A3. Grayscale: #B1B1B1. Windows color (decimal): -8005540 or 6084741. OLE color: 6084741.

HSL color Cylindrical-coordinate representation of color #85D85C: hue angle of 100.16º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85D85C is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 216 92 -
CMYK 0.38 0 0.57 0.15
HSL 100.16º 0.61% 0.6% -
HSV(B) 100.16º 0.57% 0.85% -
XYZ 36.16 54.87 18.81 -
YUV 177.05 80 96.58 -
System Red Green Blue C M Y K H S L
Decimal 133 216 92 0.38 0 0.57 0.15 100.16 0.61 0.6
Hex 85 D8 5C 26 0 39 F 64 3D 3C
Octal 205 330 134 46 0 71 17 144 75 74
Binary 10000101 11011000 1011100 100110 0 111001 1111 1100100 111101 111100

Color Harmonies of #85D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D85C

Black with #85D85C

Text Example


Text Example

White with #85D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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