Html Css Color HEX #85C36A Mantis

📋 copy color: '#85C36A'

red 133 ◦ green 195 ◦ blue 106

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

Shades of Mantis #85C36A

Tints of Mantis #85C36A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.93%

 BLUE value IS 106 (41.8% from 255) = 24.42%

R = 30.65%
G = 44.93%
B = 24.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#85C36A (or 0x85C36A) is known color: Mantis. HEX triplet: 85, C3 and 6A. RGB value is (133,195,106). Sum of RGB (Red+Green+Blue) = 133+195+106=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #85C36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C36A is #7A3C95. Grayscale: #A6A6A6. Windows color (decimal): -8010902 or 6996869. OLE color: 6996869.

HSL color Cylindrical-coordinate representation of color #85C36A: hue angle of 101.8º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85C36A is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 195 106 -
CMYK 0.32 0 0.46 0.24
HSL 101.8º 0.43% 0.59% -
HSV(B) 101.8º 0.46% 0.76% -
XYZ 31.79 45.06 20.66 -
YUV 166.32 93.96 104.24 -
System Red Green Blue C M Y K H S L
Decimal 133 195 106 0.32 0 0.46 0.24 101.8 0.43 0.59
Hex 85 C3 6A 20 0 2E 18 66 2B 3B
Octal 205 303 152 40 0 56 30 146 53 73
Binary 10000101 11000011 1101010 100000 0 101110 11000 1100110 101011 111011

Color Harmonies of #85C36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C36A

Black with #85C36A

Text Example


Text Example

White with #85C36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,195,106); }

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

background-color css

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

 a { background-color: rgb(133,195,106); }

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

border-color css

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

 span { border-color: rgb(133,195,106); }

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