Html Css Color HEX #85C949 Mantis

📋 copy color: '#85C949'

red 133 ◦ green 201 ◦ blue 73

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

Shades of Mantis #85C949

Tints of Mantis #85C949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.39%

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

R = 32.68%
G = 49.39%
B = 17.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#85C949 (or 0x85C949) is known color: Mantis. HEX triplet: 85, C9 and 49. RGB value is (133,201,73). Sum of RGB (Red+Green+Blue) = 133+201+73=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #85C949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C949 is #7A36B6. Grayscale: #A6A6A6. Windows color (decimal): -8009399 or 4835717. OLE color: 4835717.

HSL color Cylindrical-coordinate representation of color #85C949: hue angle of 91.88º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85C949 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 201 73 -
CMYK 0.34 0 0.64 0.21
HSL 91.88º 0.54% 0.54% -
HSV(B) 91.88º 0.64% 0.79% -
XYZ 31.76 47.24 13.75 -
YUV 166.08 75.47 104.41 -
System Red Green Blue C M Y K H S L
Decimal 133 201 73 0.34 0 0.64 0.21 91.88 0.54 0.54
Hex 85 C9 49 22 0 40 15 5C 36 36
Octal 205 311 111 42 0 100 25 134 66 66
Binary 10000101 11001001 1001001 100010 0 1000000 10101 1011100 110110 110110

Color Harmonies of #85C949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C949

Black with #85C949

Text Example


Text Example

White with #85C949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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