Html Css Color HEX #85DD56 Mantis

📋 copy color: '#85DD56'

red 133 ◦ green 221 ◦ blue 86

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

Shades of Mantis #85DD56

Tints of Mantis #85DD56

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.23%

 BLUE value IS 86 (33.98% from 255) = 19.55%

R = 30.23%
G = 50.23%
B = 19.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#85DD56 (or 0x85DD56) is known color: Mantis. HEX triplet: 85, DD and 56. RGB value is (133,221,86). Sum of RGB (Red+Green+Blue) = 133+221+86=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DD56 is #7A22A9. Grayscale: #B3B3B3. Windows color (decimal): -8004266 or 5692805. OLE color: 5692805.

HSL color Cylindrical-coordinate representation of color #85DD56: hue angle of 99.11º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85DD56 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 86 -
CMYK 0.40 0 0.61 0.13
HSL 99.11º 0.67% 0.6% -
HSV(B) 99.11º 0.61% 0.87% -
XYZ 37.21 57.37 17.92 -
YUV 179.3 75.35 94.98 -
System Red Green Blue C M Y K H S L
Decimal 133 221 86 0.40 0 0.61 0.13 99.11 0.67 0.6
Hex 85 DD 56 28 0 3D D 63 43 3C
Octal 205 335 126 50 0 75 15 143 103 74
Binary 10000101 11011101 1010110 101000 0 111101 1101 1100011 1000011 111100

Color Harmonies of #85DD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD56

Black with #85DD56

Text Example


Text Example

White with #85DD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,221,86); }

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

background-color css

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

 a { background-color: rgb(133,221,86); }

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

border-color css

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

 span { border-color: rgb(133,221,86); }

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