Html Css Color HEX #85C144 Mantis

📋 copy color: '#85C144'

red 133 ◦ green 193 ◦ blue 68

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

Shades of Mantis #85C144

Tints of Mantis #85C144

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.98%

 BLUE value IS 68 (26.95% from 255) = 17.26%

R = 33.76%
G = 48.98%
B = 17.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#85C144 (or 0x85C144) is known color: Mantis. HEX triplet: 85, C1 and 44. RGB value is (133,193,68). Sum of RGB (Red+Green+Blue) = 133+193+68=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #85C144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C144 is #7A3EBB. Grayscale: #A1A1A1. Windows color (decimal): -8011452 or 4505989. OLE color: 4505989.

HSL color Cylindrical-coordinate representation of color #85C144: hue angle of 88.8º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85C144 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 193 68 -
CMYK 0.31 0 0.65 0.24
HSL 88.8º 0.5% 0.51% -
HSV(B) 88.8º 0.65% 0.76% -
XYZ 29.79 43.54 12.3 -
YUV 160.81 75.62 108.16 -
System Red Green Blue C M Y K H S L
Decimal 133 193 68 0.31 0 0.65 0.24 88.8 0.5 0.51
Hex 85 C1 44 1F 0 41 18 59 32 33
Octal 205 301 104 37 0 101 30 131 62 63
Binary 10000101 11000001 1000100 11111 0 1000001 11000 1011001 110010 110011

Color Harmonies of #85C144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C144

Black with #85C144

Text Example


Text Example

White with #85C144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,193,68); }

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

background-color css

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

 a { background-color: rgb(133,193,68); }

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

border-color css

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

 span { border-color: rgb(133,193,68); }

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