Html Css Color HEX #85C443 Mantis

📋 copy color: '#85C443'

red 133 ◦ green 196 ◦ blue 67

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

Shades of Mantis #85C443

Tints of Mantis #85C443

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.49%

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

R = 33.59%
G = 49.49%
B = 16.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#85C443 (or 0x85C443) is known color: Mantis. HEX triplet: 85, C4 and 43. RGB value is (133,196,67). Sum of RGB (Red+Green+Blue) = 133+196+67=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #85C443 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C443 is #7A3BBC. Grayscale: #A2A2A2. Windows color (decimal): -8010685 or 4441221. OLE color: 4441221.

HSL color Cylindrical-coordinate representation of color #85C443: hue angle of 89.3º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85C443 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 196 67 -
CMYK 0.32 0 0.66 0.23
HSL 89.3º 0.52% 0.52% -
HSV(B) 89.3º 0.66% 0.77% -
XYZ 30.43 44.87 12.37 -
YUV 162.46 74.13 106.99 -
System Red Green Blue C M Y K H S L
Decimal 133 196 67 0.32 0 0.66 0.23 89.3 0.52 0.52
Hex 85 C4 43 20 0 42 17 59 34 34
Octal 205 304 103 40 0 102 27 131 64 64
Binary 10000101 11000100 1000011 100000 0 1000010 10111 1011001 110100 110100

Color Harmonies of #85C443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C443

Black with #85C443

Text Example


Text Example

White with #85C443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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