Html Css Color HEX #85DD5F Mantis

📋 copy color: '#85DD5F'

red 133 ◦ green 221 ◦ blue 95

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

Shades of Mantis #85DD5F

Tints of Mantis #85DD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 29.62%
G = 49.22%
B = 21.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#85DD5F (or 0x85DD5F) is known color: Mantis. HEX triplet: 85, DD and 5F. RGB value is (133,221,95). Sum of RGB (Red+Green+Blue) = 133+221+95=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DD5F is #7A22A0. Grayscale: #B4B4B4. Windows color (decimal): -8004257 or 6282629. OLE color: 6282629.

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

Color convert

RGB 133 221 95 -
CMYK 0.40 0 0.57 0.13
HSL 101.9º 0.65% 0.62% -
HSV(B) 101.9º 0.57% 0.87% -
XYZ 37.59 57.53 19.95 -
YUV 180.32 79.85 94.25 -
System Red Green Blue C M Y K H S L
Decimal 133 221 95 0.40 0 0.57 0.13 101.9 0.65 0.62
Hex 85 DD 5F 28 0 39 D 66 41 3E
Octal 205 335 137 50 0 71 15 146 101 76
Binary 10000101 11011101 1011111 101000 0 111001 1101 1100110 1000001 111110

Color Harmonies of #85DD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD5F

Black with #85DD5F

Text Example


Text Example

White with #85DD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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