Html Css Color HEX #85C349 Mantis

📋 copy color: '#85C349'

red 133 ◦ green 195 ◦ blue 73

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

Shades of Mantis #85C349

Tints of Mantis #85C349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.2%

R = 33.17%
G = 48.63%
B = 18.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#85C349 (or 0x85C349) is known color: Mantis. HEX triplet: 85, C3 and 49. RGB value is (133,195,73). Sum of RGB (Red+Green+Blue) = 133+195+73=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #85C349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C349 is #7A3CB6. Grayscale: #A2A2A2. Windows color (decimal): -8010935 or 4834181. OLE color: 4834181.

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

Color convert

RGB 133 195 73 -
CMYK 0.32 0 0.63 0.24
HSL 90.49º 0.5% 0.53% -
HSV(B) 90.49º 0.63% 0.76% -
XYZ 30.39 44.5 13.29 -
YUV 162.55 77.46 106.92 -
System Red Green Blue C M Y K H S L
Decimal 133 195 73 0.32 0 0.63 0.24 90.49 0.5 0.53
Hex 85 C3 49 20 0 3F 18 5A 32 35
Octal 205 303 111 40 0 77 30 132 62 65
Binary 10000101 11000011 1001001 100000 0 111111 11000 1011010 110010 110101

Color Harmonies of #85C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C349

Black with #85C349

Text Example


Text Example

White with #85C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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