Html Css Color HEX #85DE59 Mantis

📋 copy color: '#85DE59'

red 133 ◦ green 222 ◦ blue 89

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

Shades of Mantis #85DE59

Tints of Mantis #85DE59

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50%

 BLUE value IS 89 (35.16% from 255) = 20.05%

R = 29.95%
G = 50%
B = 20.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#85DE59 (or 0x85DE59) is known color: Mantis. HEX triplet: 85, DE and 59. RGB value is (133,222,89). Sum of RGB (Red+Green+Blue) = 133+222+89=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DE59 is #7A21A6. Grayscale: #B4B4B4. Windows color (decimal): -8004007 or 5889669. OLE color: 5889669.

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

Color convert

RGB 133 222 89 -
CMYK 0.40 0 0.60 0.13
HSL 100.15º 0.67% 0.61% -
HSV(B) 100.15º 0.6% 0.87% -
XYZ 37.6 57.95 18.66 -
YUV 180.23 76.51 94.31 -
System Red Green Blue C M Y K H S L
Decimal 133 222 89 0.40 0 0.60 0.13 100.15 0.67 0.61
Hex 85 DE 59 28 0 3C D 64 43 3D
Octal 205 336 131 50 0 74 15 144 103 75
Binary 10000101 11011110 1011001 101000 0 111100 1101 1100100 1000011 111101

Color Harmonies of #85DE59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DE59

Black with #85DE59

Text Example


Text Example

White with #85DE59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,222,89); }

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

background-color css

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

 a { background-color: rgb(133,222,89); }

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

border-color css

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

 span { border-color: rgb(133,222,89); }

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