Html Css Color HEX #85CE55 Mantis

📋 copy color: '#85CE55'

red 133 ◦ green 206 ◦ blue 85

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

Shades of Mantis #85CE55

Tints of Mantis #85CE55

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.58%

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

R = 31.37%
G = 48.58%
B = 20.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#85CE55 (or 0x85CE55) is known color: Mantis. HEX triplet: 85, CE and 55. RGB value is (133,206,85). Sum of RGB (Red+Green+Blue) = 133+206+85=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE55 is #7A31AA. Grayscale: #AAAAAA. Windows color (decimal): -8008107 or 5623429. OLE color: 5623429.

HSL color Cylindrical-coordinate representation of color #85CE55: hue angle of 96.2º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85CE55 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 206 85 -
CMYK 0.35 0 0.59 0.19
HSL 96.2º 0.55% 0.57% -
HSV(B) 96.2º 0.59% 0.81% -
XYZ 33.38 49.79 16.44 -
YUV 170.38 79.82 101.34 -
System Red Green Blue C M Y K H S L
Decimal 133 206 85 0.35 0 0.59 0.19 96.2 0.55 0.57
Hex 85 CE 55 23 0 3B 13 60 37 39
Octal 205 316 125 43 0 73 23 140 67 71
Binary 10000101 11001110 1010101 100011 0 111011 10011 1100000 110111 111001

Color Harmonies of #85CE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CE55

Black with #85CE55

Text Example


Text Example

White with #85CE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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