Html Css Color HEX #85C261 Mantis

📋 copy color: '#85C261'

red 133 ◦ green 194 ◦ blue 97

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

Shades of Mantis #85C261

Tints of Mantis #85C261

RGB

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

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

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

R = 31.37%
G = 45.75%
B = 22.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#85C261 (or 0x85C261) is known color: Mantis. HEX triplet: 85, C2 and 61. RGB value is (133,194,97). Sum of RGB (Red+Green+Blue) = 133+194+97=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #85C261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C261 is #7A3D9E. Grayscale: #A5A5A5. Windows color (decimal): -8011167 or 6406789. OLE color: 6406789.

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

Color convert

RGB 133 194 97 -
CMYK 0.31 0 0.50 0.24
HSL 97.73º 0.44% 0.57% -
HSV(B) 97.73º 0.5% 0.76% -
XYZ 31.12 44.43 18.25 -
YUV 164.7 89.79 105.39 -
System Red Green Blue C M Y K H S L
Decimal 133 194 97 0.31 0 0.50 0.24 97.73 0.44 0.57
Hex 85 C2 61 1F 0 32 18 62 2C 39
Octal 205 302 141 37 0 62 30 142 54 71
Binary 10000101 11000010 1100001 11111 0 110010 11000 1100010 101100 111001

Color Harmonies of #85C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C261

Black with #85C261

Text Example


Text Example

White with #85C261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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