Html Css Color HEX #85C345 Mantis

📋 copy color: '#85C345'

red 133 ◦ green 195 ◦ blue 69

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

Shades of Mantis #85C345

Tints of Mantis #85C345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.12%

 BLUE value IS 69 (27.34% from 255) = 17.38%

R = 33.5%
G = 49.12%
B = 17.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#85C345 (or 0x85C345) is known color: Mantis. HEX triplet: 85, C3 and 45. RGB value is (133,195,69). Sum of RGB (Red+Green+Blue) = 133+195+69=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #85C345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C345 is #7A3CBA. Grayscale: #A2A2A2. Windows color (decimal): -8010939 or 4572037. OLE color: 4572037.

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

Color convert

RGB 133 195 69 -
CMYK 0.32 0 0.65 0.24
HSL 89.52º 0.51% 0.52% -
HSV(B) 89.52º 0.65% 0.76% -
XYZ 30.26 44.45 12.61 -
YUV 162.1 75.46 107.25 -
System Red Green Blue C M Y K H S L
Decimal 133 195 69 0.32 0 0.65 0.24 89.52 0.51 0.52
Hex 85 C3 45 20 0 41 18 5A 33 34
Octal 205 303 105 40 0 101 30 132 63 64
Binary 10000101 11000011 1000101 100000 0 1000001 11000 1011010 110011 110100

Color Harmonies of #85C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C345

Black with #85C345

Text Example


Text Example

White with #85C345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,195,69); }

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

background-color css

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

 a { background-color: rgb(133,195,69); }

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

border-color css

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

 span { border-color: rgb(133,195,69); }

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