Html Css Color HEX #85C061 Mantis

📋 copy color: '#85C061'

red 133 ◦ green 192 ◦ blue 97

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

Shades of Mantis #85C061

Tints of Mantis #85C061

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.5%

 BLUE value IS 97 (38.28% from 255) = 22.99%

R = 31.52%
G = 45.5%
B = 22.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#85C061 (or 0x85C061) is known color: Mantis. HEX triplet: 85, C0 and 61. RGB value is (133,192,97). Sum of RGB (Red+Green+Blue) = 133+192+97=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #85C061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C061 is #7A3F9E. Grayscale: #A3A3A3. Windows color (decimal): -8011679 or 6406277. OLE color: 6406277.

HSL color Cylindrical-coordinate representation of color #85C061: hue angle of 97.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85C061 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 97 -
CMYK 0.31 0 0.49 0.25
HSL 97.26º 0.43% 0.57% -
HSV(B) 97.26º 0.49% 0.75% -
XYZ 30.68 43.55 18.1 -
YUV 163.53 90.45 106.22 -
System Red Green Blue C M Y K H S L
Decimal 133 192 97 0.31 0 0.49 0.25 97.26 0.43 0.57
Hex 85 C0 61 1F 0 31 19 61 2B 39
Octal 205 300 141 37 0 61 31 141 53 71
Binary 10000101 11000000 1100001 11111 0 110001 11001 1100001 101011 111001

Color Harmonies of #85C061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C061

Black with #85C061

Text Example


Text Example

White with #85C061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,192,97); }

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

background-color css

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

 a { background-color: rgb(133,192,97); }

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

border-color css

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

 span { border-color: rgb(133,192,97); }

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