Html Css Color HEX #85C249 Mantis

📋 copy color: '#85C249'

red 133 ◦ green 194 ◦ blue 73

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

Shades of Mantis #85C249

Tints of Mantis #85C249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.5%

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

R = 33.25%
G = 48.5%
B = 18.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#85C249 (or 0x85C249) is known color: Mantis. HEX triplet: 85, C2 and 49. RGB value is (133,194,73). Sum of RGB (Red+Green+Blue) = 133+194+73=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #85C249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C249 is #7A3DB6. Grayscale: #A2A2A2. Windows color (decimal): -8011191 or 4833925. OLE color: 4833925.

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

Color convert

RGB 133 194 73 -
CMYK 0.31 0 0.62 0.24
HSL 90.25º 0.5% 0.52% -
HSV(B) 90.25º 0.62% 0.76% -
XYZ 30.17 44.05 13.22 -
YUV 161.97 77.79 107.34 -
System Red Green Blue C M Y K H S L
Decimal 133 194 73 0.31 0 0.62 0.24 90.25 0.5 0.52
Hex 85 C2 49 1F 0 3E 18 5A 32 34
Octal 205 302 111 37 0 76 30 132 62 64
Binary 10000101 11000010 1001001 11111 0 111110 11000 1011010 110010 110100

Color Harmonies of #85C249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C249

Black with #85C249

Text Example


Text Example

White with #85C249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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