Html Css Color HEX #85C16F Mantis

📋 copy color: '#85C16F'

red 133 ◦ green 193 ◦ blue 111

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

Shades of Mantis #85C16F

Tints of Mantis #85C16F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.16%

 BLUE value IS 111 (43.75% from 255) = 25.4%

R = 30.43%
G = 44.16%
B = 25.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#85C16F (or 0x85C16F) is known color: Mantis. HEX triplet: 85, C1 and 6F. RGB value is (133,193,111). Sum of RGB (Red+Green+Blue) = 133+193+111=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #85C16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C16F is #7A3E90. Grayscale: #A5A5A5. Windows color (decimal): -8011409 or 7324037. OLE color: 7324037.

HSL color Cylindrical-coordinate representation of color #85C16F: hue angle of 103.9º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85C16F is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 193 111 -
CMYK 0.31 0 0.42 0.24
HSL 103.9º 0.4% 0.6% -
HSV(B) 103.9º 0.42% 0.76% -
XYZ 31.61 44.27 21.92 -
YUV 165.71 97.12 104.67 -
System Red Green Blue C M Y K H S L
Decimal 133 193 111 0.31 0 0.42 0.24 103.9 0.4 0.6
Hex 85 C1 6F 1F 0 2A 18 68 28 3C
Octal 205 301 157 37 0 52 30 150 50 74
Binary 10000101 11000001 1101111 11111 0 101010 11000 1101000 101000 111100

Color Harmonies of #85C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C16F

Black with #85C16F

Text Example


Text Example

White with #85C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,193,111); }

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

background-color css

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

 a { background-color: rgb(133,193,111); }

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

border-color css

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

 span { border-color: rgb(133,193,111); }

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