Html Css Color HEX #85E55C Mantis

📋 copy color: '#85E55C'

red 133 ◦ green 229 ◦ blue 92

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

Shades of Mantis #85E55C

Tints of Mantis #85E55C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.44%

 BLUE value IS 92 (36.33% from 255) = 20.26%

R = 29.3%
G = 50.44%
B = 20.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#85E55C (or 0x85E55C) is known color: Mantis. HEX triplet: 85, E5 and 5C. RGB value is (133,229,92). Sum of RGB (Red+Green+Blue) = 133+229+92=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #85E55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E55C is #7A1AA3. Grayscale: #B9B9B9. Windows color (decimal): -8002212 or 6088069. OLE color: 6088069.

HSL color Cylindrical-coordinate representation of color #85E55C: hue angle of 102.04º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85E55C is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 229 92 -
CMYK 0.42 0 0.60 0.10
HSL 102.04º 0.72% 0.63% -
HSV(B) 102.04º 0.6% 0.9% -
XYZ 39.62 61.8 19.97 -
YUV 184.68 75.7 91.14 -
System Red Green Blue C M Y K H S L
Decimal 133 229 92 0.42 0 0.60 0.10 102.04 0.72 0.63
Hex 85 E5 5C 2A 0 3C A 66 48 3F
Octal 205 345 134 52 0 74 12 146 110 77
Binary 10000101 11100101 1011100 101010 0 111100 1010 1100110 1001000 111111

Color Harmonies of #85E55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E55C

Black with #85E55C

Text Example


Text Example

White with #85E55C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,229,92); }

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

background-color css

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

 a { background-color: rgb(133,229,92); }

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

border-color css

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

 span { border-color: rgb(133,229,92); }

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