Html Css Color HEX #85C56E Mantis

📋 copy color: '#85C56E'

red 133 ◦ green 197 ◦ blue 110

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

Shades of Mantis #85C56E

Tints of Mantis #85C56E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.77%

 BLUE value IS 110 (43.36% from 255) = 25%

R = 30.23%
G = 44.77%
B = 25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#85C56E (or 0x85C56E) is known color: Mantis. HEX triplet: 85, C5 and 6E. RGB value is (133,197,110). Sum of RGB (Red+Green+Blue) = 133+197+110=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #85C56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C56E is #7A3A91. Grayscale: #A8A8A8. Windows color (decimal): -8010386 or 7259525. OLE color: 7259525.

HSL color Cylindrical-coordinate representation of color #85C56E: hue angle of 104.14º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85C56E is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 197 110 -
CMYK 0.32 0 0.44 0.23
HSL 104.14º 0.43% 0.6% -
HSV(B) 104.14º 0.44% 0.77% -
XYZ 32.45 46.04 21.93 -
YUV 167.95 95.3 103.07 -
System Red Green Blue C M Y K H S L
Decimal 133 197 110 0.32 0 0.44 0.23 104.14 0.43 0.6
Hex 85 C5 6E 20 0 2C 17 68 2B 3C
Octal 205 305 156 40 0 54 27 150 53 74
Binary 10000101 11000101 1101110 100000 0 101100 10111 1101000 101011 111100

Color Harmonies of #85C56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C56E

Black with #85C56E

Text Example


Text Example

White with #85C56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,197,110); }

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

background-color css

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

 a { background-color: rgb(133,197,110); }

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

border-color css

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

 span { border-color: rgb(133,197,110); }

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