Html Css Color HEX #85CA49 Mantis

📋 copy color: '#85CA49'

red 133 ◦ green 202 ◦ blue 73

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

Shades of Mantis #85CA49

Tints of Mantis #85CA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.51%

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

R = 32.6%
G = 49.51%
B = 17.89%

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

#85CA49 (or 0x85CA49) is known color: Mantis. HEX triplet: 85, CA and 49. RGB value is (133,202,73). Sum of RGB (Red+Green+Blue) = 133+202+73=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CA49 is #7A35B6. Grayscale: #A7A7A7. Windows color (decimal): -8009143 or 4835973. OLE color: 4835973.

HSL color Cylindrical-coordinate representation of color #85CA49: hue angle of 92.09º degrees, saturation: 0.55, 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 #85CA49 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 73 -
CMYK 0.34 0 0.64 0.21
HSL 92.09º 0.55% 0.54% -
HSV(B) 92.09º 0.64% 0.79% -
XYZ 32 47.71 13.83 -
YUV 166.66 75.14 103.99 -
System Red Green Blue C M Y K H S L
Decimal 133 202 73 0.34 0 0.64 0.21 92.09 0.55 0.54
Hex 85 CA 49 22 0 40 15 5C 37 36
Octal 205 312 111 42 0 100 25 134 67 66
Binary 10000101 11001010 1001001 100010 0 1000000 10101 1011100 110111 110110

Color Harmonies of #85CA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA49

Black with #85CA49

Text Example


Text Example

White with #85CA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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