Html Css Color HEX #85DE55 Mantis

📋 copy color: '#85DE55'

red 133 ◦ green 222 ◦ blue 85

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

Shades of Mantis #85DE55

Tints of Mantis #85DE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.32%

R = 30.23%
G = 50.45%
B = 19.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#85DE55 (or 0x85DE55) is known color: Mantis. HEX triplet: 85, DE and 55. RGB value is (133,222,85). Sum of RGB (Red+Green+Blue) = 133+222+85=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DE55 is #7A21AA. Grayscale: #B4B4B4. Windows color (decimal): -8004011 or 5627525. OLE color: 5627525.

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

Color convert

RGB 133 222 85 -
CMYK 0.40 0 0.62 0.13
HSL 98.98º 0.67% 0.6% -
HSV(B) 98.98º 0.62% 0.87% -
XYZ 37.43 57.88 17.79 -
YUV 179.77 74.51 94.64 -
System Red Green Blue C M Y K H S L
Decimal 133 222 85 0.40 0 0.62 0.13 98.98 0.67 0.6
Hex 85 DE 55 28 0 3E D 63 43 3C
Octal 205 336 125 50 0 76 15 143 103 74
Binary 10000101 11011110 1010101 101000 0 111110 1101 1100011 1000011 111100

Color Harmonies of #85DE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DE55

Black with #85DE55

Text Example


Text Example

White with #85DE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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