Html Css Color HEX #85C143 Mantis

📋 copy color: '#85C143'

red 133 ◦ green 193 ◦ blue 67

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

Shades of Mantis #85C143

Tints of Mantis #85C143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.05%

R = 33.84%
G = 49.11%
B = 17.05%

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

#85C143 (or 0x85C143) is known color: Mantis. HEX triplet: 85, C1 and 43. RGB value is (133,193,67). Sum of RGB (Red+Green+Blue) = 133+193+67=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #85C143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C143 is #7A3EBC. Grayscale: #A1A1A1. Windows color (decimal): -8011453 or 4440453. OLE color: 4440453.

HSL color Cylindrical-coordinate representation of color #85C143: hue angle of 88.57º 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 #85C143 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 193 67 -
CMYK 0.31 0 0.65 0.24
HSL 88.57º 0.5% 0.51% -
HSV(B) 88.57º 0.65% 0.76% -
XYZ 29.76 43.53 12.14 -
YUV 160.7 75.12 108.25 -
System Red Green Blue C M Y K H S L
Decimal 133 193 67 0.31 0 0.65 0.24 88.57 0.5 0.51
Hex 85 C1 43 1F 0 41 18 59 32 33
Octal 205 301 103 37 0 101 30 131 62 63
Binary 10000101 11000001 1000011 11111 0 1000001 11000 1011001 110010 110011

Color Harmonies of #85C143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C143

Black with #85C143

Text Example


Text Example

White with #85C143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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